Skip to content

Commit

Permalink
fix: pnpm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Jan 27, 2024
1 parent eb8dadd commit bb0e348
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 @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "run-p common:dev icons:dev components:dev geo:dev core:dev app:dev",
"all:build": "pnpm -r build",
"all:build": "pnpm -r exec pnpm run build",
"app:dev": "pnpm --filter @suika/suika dev",
"app:build": "pnpm --filter @suika/suika build",
"storybook": "pnpm --filter @suika/components storybook",
Expand Down

0 comments on commit bb0e348

Please sign in to comment.