Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 13, 2023
1 parent d021e5f commit 49924c8
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": {
"release": "node scripts/release.mjs",
"size": "pnpm run -r size",
"build": "pnpm run -r build",
"build": "pnpm run -C packages/pinia build && pnpm run -C packages/nuxt build && pnpm run -C packages/testing build",
"docs": "pnpm run docs:api && pnpm run --filter ./packages/docs -r docs:build",
"play": "pnpm run -r play",
"build:dts": "pnpm run -r --parallel build:dts",
Expand Down

0 comments on commit 49924c8

Please sign in to comment.