Skip to content

Commit

Permalink
chore(ci): replace yarn build:js:only script (#4735)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Apr 8, 2024
1 parent 46fc01d commit da27e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint": "yarn workspaces foreach --verbose run lint",
"spellcheck": "cspell '**/*.{md,rs}' -c ./cspell.json",
"prepare:publish": "yarn clean && yarn build",
"build:js:only": "yarn workspaces foreach -vtp --exclude \"{@noir-lang/acvm_js,@noir-lang/noirc_abi,@noir-lang/noir_wasm,docs,@noir-lang/root}\" run build",
"nightly:version": "yarn workspaces foreach run nightly:version",
"publish:all": "yarn install && yarn workspaces foreach run publish"
},
Expand Down

0 comments on commit da27e34

Please sign in to comment.