Skip to content

Commit

Permalink
chore: update pkg script watch (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
unliar committed Mar 22, 2024
1 parent cd22c46 commit efb4255
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 @@ -97,7 +97,7 @@
"csb:install": "corepack enable && corepack pnpm i",
"csb:build": "pnpm build",
"clean": "rimraf ./dist && rimraf playwright-report test-result",
"watch": "pnpm -r run watch",
"watch": "bunchee -w",
"build": "bunchee",
"build:e2e": "pnpm next build e2e/site",
"attw": "attw --pack",
Expand Down

0 comments on commit efb4255

Please sign in to comment.