Skip to content

Commit 5266e51

Browse files
committed
dev ex improvements
1 parent d89efa3 commit 5266e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/connect-react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"scripts": {
2020
"build": "vite build",
21-
"prepare": "pnpm run build"
21+
"prepare": "pnpm run build",
22+
"watch": "NODE_ENV=development vite build --watch --mode development"
2223
},
2324
"publishConfig": {
2425
"access": "public"

0 commit comments

Comments
 (0)