diff --git a/package.json b/package.json index dd20560f..11996ed1 100644 --- a/package.json +++ b/package.json @@ -98,8 +98,8 @@ "prepack": "pnpm build", "dev": "nuxt dev playground --uiDev", "dev:build": "nuxt build playground", - "dev:vue": "vite playground-vue -- --uiDev", - "dev:vue:build": "vite build playground-vue", + "dev:vue": "pnpm --filter playground-vue dev -- --uiDev", + "dev:vue:build": "pnpm --filter playground-vue build", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare docs && vite build playground-vue", "docs": "nuxt dev docs --uiDev", "docs:build": "nuxt build docs",