Skip to content

Commit 6237663

Browse files
authored
chore: update dev:prepare command too (#4399)
1 parent 44cfa00 commit 6237663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"dev:build": "nuxt build playground",
101101
"dev:vue": "pnpm --filter playground-vue dev -- --uiDev",
102102
"dev:vue:build": "pnpm --filter playground-vue build",
103-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare docs && vite build playground-vue",
103+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare docs && pnpm dev:vue:build",
104104
"docs": "nuxt dev docs --uiDev",
105105
"docs:build": "nuxt build docs",
106106
"lint": "eslint .",

0 commit comments

Comments
 (0)