Skip to content

Commit

Permalink
Use max jobs also on rebuild (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jan 19, 2024
1 parent 5228f7f commit df2e49a
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 @@
},
"scripts": {
"install": "prebuild-install || (node-gyp rebuild --release -j max && node-gyp clean)",
"rebuild": "node-gyp rebuild --release -j 4",
"rebuild": "node-gyp rebuild --release -j max",
"prebuild": "prebuild",
"upload": "prebuild --upload ${GITHUB_TOKEN}",
"lint": "find src -name '*.cc' | xargs -n1 clang-tidy",
Expand Down

0 comments on commit df2e49a

Please sign in to comment.