Skip to content

Commit 21be7e0

Browse files
committed
fix: fix package.json
1 parent bfafaec commit 21be7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"workbox-streams": "^6.5.4"
5656
},
5757
"scripts": {
58-
"start": "vite",
59-
"build": "vite build",
60-
"serve": "vite preview",
58+
"start": "npx vite",
59+
"build": "npx vite build",
60+
"serve": "npx vite preview",
6161
"lint": "npx eslint .",
6262
"gen:suggestions": "node ./src/editor/internal/genpkgcache.js"
6363
},

0 commit comments

Comments
 (0)