Skip to content

Commit

Permalink
Removed npm-run-all for npm run
Browse files Browse the repository at this point in the history
Removed npm-run-all for npm run
  • Loading branch information
DomPeliniAerospike committed Sep 26, 2023
1 parent 2559c9f commit 5d933f8
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 @@ -39,7 +39,7 @@
},
"scripts": {
"preinstall": "npm install @mapbox/node-pre-gyp",
"install": "npm-run-all -s build",
"install": "npm run build",
"build": "npm install @mapbox/node-pre-gyp",
"test": "mocha",
"test-noserver": "GLOBAL_CLIENT=false mocha -g '#noserver'",
Expand Down

0 comments on commit 5d933f8

Please sign in to comment.