Skip to content

Commit

Permalink
chore: optimize build prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanssen0 committed Aug 25, 2024
1 parent bc3cdc5 commit d2b818f
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"build:prepare": "pnpm -r --filter !./packages/demo --filter !./packages/faucet install",
"build:prepare": "pnpm -r --filter !./packages/demo --filter !./packages/faucet --filter !. install",
"build": "pnpm -r --filter !./packages/demo --filter !./packages/faucet run build",
"build:all": "pnpm -r run build",
"lint": "pnpm -r run lint",
Expand Down

0 comments on commit d2b818f

Please sign in to comment.