Skip to content

Commit 4bbb789

Browse files
committed
add vite-react dev command
1 parent 54eaaf5 commit 4bbb789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"dev": "netlify dev",
44
"preinstall": "npx only-allow pnpm",
55
"prepare": "husky install",
6+
"dev:vite-react": "pnpm run bundle && pnpm --filter vite-react run dev",
67
"dev:nextjs": "pnpm run bundle && pnpm --filter nextjs run dev",
78
"dev:typescript-cra": "pnpm run bundle && pnpm --filter typescript-usage run start",
89
"dev:docs": "pnpm run bundle && pnpm --filter docs run start",

0 commit comments

Comments
 (0)