Skip to content

Commit

Permalink
chore: Add quickcheck script for building and previewing the app
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hornhead <augustthegreat.cool@gmail.com>
  • Loading branch information
marchingon12 committed May 24, 2024
1 parent 70f7717 commit 3b92a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"quickcheck": "vite build && vite preview"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
Expand Down

0 comments on commit 3b92a45

Please # to comment.