Skip to content

Commit

Permalink
chore: build yarn packages in parallel (noir-lang#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored and Sakapoi committed Oct 19, 2023
1 parent 52d82f1 commit 5b9fb20
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 @@ -12,7 +12,7 @@
"release-tests"
],
"scripts": {
"build": "yarn workspaces foreach run build",
"build": "yarn workspaces foreach --parallel --topological-dev --verbose run build",
"test": "yarn workspaces foreach run test",
"test:integration": "yarn workspace integration-tests test",
"clean:workspaces": "yarn workspaces foreach --exclude @noir-lang/root run clean",
Expand Down

0 comments on commit 5b9fb20

Please sign in to comment.