Skip to content

Commit

Permalink
chore: speed up build process (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed Apr 25, 2024
1 parent 19f795c commit 6a3b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"play": "pnpm --filter @vue-vine/playground run dev",
"dev": "esno scripts/run-dev.js",
"build": "pnpm build:compiler && pnpm build:ls && pnpm build:vite && pnpm build:main && pnpm build:eslint-parser && pnpm build:ls && pnpm build:ext",
"build": "pnpm --filter=\"./packages/*\" --stream build",
"dev:compiler": "cross-env NODE_ENV=development pnpm --filter @vue-vine/compiler run dev",
"dev:vite": "cross-env NODE_ENV=development pnpm --filter @vue-vine/vite-plugin run dev",
"dev:main": "cross-env NODE_ENV=development pnpm --filter vue-vine run dev",
Expand Down

0 comments on commit 6a3b9d2

Please sign in to comment.