Skip to content

Commit

Permalink
chore: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
konpeki622 committed May 13, 2022
1 parent 3369437 commit d55184f
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 @@ -11,7 +11,7 @@
"packages/e2e/*"
],
"scripts": {
"build": "pnpm run build -r --filter ./ --filter=!./examples",
"build": "pnpm run build -r --filter ./packages/",
"build:cli": "pnpm run prebuild -C packages/cli & pnpm run build -C packages/cli & pnpm run postbuild -C packages/cli",
"lint": "eslint ./packages --ext .vue,.js,.ts",
"test": "vitest run --config vitest.config.ts",
Expand Down

0 comments on commit d55184f

Please sign in to comment.