Skip to content

Commit 44cfa00

Browse files
authored
chore: use workspace to run vite commands (#4398)
1 parent 8cbbab9 commit 44cfa00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"prepack": "pnpm build",
9999
"dev": "nuxt dev playground --uiDev",
100100
"dev:build": "nuxt build playground",
101-
"dev:vue": "vite playground-vue -- --uiDev",
102-
"dev:vue:build": "vite build playground-vue",
101+
"dev:vue": "pnpm --filter playground-vue dev -- --uiDev",
102+
"dev:vue:build": "pnpm --filter playground-vue build",
103103
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare docs && vite build playground-vue",
104104
"docs": "nuxt dev docs --uiDev",
105105
"docs:build": "nuxt build docs",

0 commit comments

Comments
 (0)