Skip to content

Commit

Permalink
Add --all to nx build:all yarn commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Nov 26, 2024
1 parent 65e95e4 commit 5f33120
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 @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"build:all": "nx run-many --target=build",
"build:all": "nx run-many --target=build --all",
"build:since": "nx affected --target=build",
"prebuild": "yarn build:since",
"postinstall": "yarn update-submodules",
Expand Down

0 comments on commit 5f33120

Please sign in to comment.