Skip to content

Commit

Permalink
fix: incorrectly building order
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Jan 10, 2025
1 parent e49a165 commit e9bbacf
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 @@ -9,7 +9,7 @@
"watch:layout": "pnpm -F layout-antdv watch",
"watch:curd": "pnpm -F curd watch",
"dev:playground": "pnpm -F playground dev",
"build": "run-p build:*",
"build": "run-s build:*",
"build:shared-config": "pnpm -F shared-config build",
"build:request": "pnpm -F request build",
"build:layout": "pnpm -F layout-antdv build",
Expand Down

0 comments on commit e9bbacf

Please sign in to comment.