Skip to content

Commit 3b92a45

Browse files
committed
chore: Add quickcheck script for building and previewing the app
Signed-off-by: Austin Hornhead <[email protected]>
1 parent 70f7717 commit 3b92a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dev": "vite",
99
"build": "vite build",
1010
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
11-
"preview": "vite preview"
11+
"preview": "vite preview",
12+
"quickcheck": "vite build && vite preview"
1213
},
1314
"dependencies": {
1415
"@radix-ui/react-avatar": "^1.0.4",

0 commit comments

Comments
 (0)