Skip to content

Commit

Permalink
don't parallel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Oct 29, 2024
1 parent 87c264b commit 930388f
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 @@
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach -Aptv run build",
"build": "yarn workspaces foreach -Atv run build",
"lint": "yarn workspaces foreach -Aptv run lint",
"lint:fix": "yarn workspaces foreach -Aptv run lint:fix"
},
Expand Down

0 comments on commit 930388f

Please sign in to comment.