Skip to content

Commit

Permalink
Added correct build script
Browse files Browse the repository at this point in the history
Added correct build script
  • Loading branch information
DomPeliniAerospike committed Sep 26, 2023
1 parent 5d933f8 commit 7aa0144
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 @@ -40,7 +40,7 @@
"scripts": {
"preinstall": "npm install @mapbox/node-pre-gyp",
"install": "npm run build",
"build": "npm install @mapbox/node-pre-gyp",
"build": "node-pre-gyp install --fallback-to-build",
"test": "mocha",
"test-noserver": "GLOBAL_CLIENT=false mocha -g '#noserver'",
"lint": "standard",
Expand Down

0 comments on commit 7aa0144

Please sign in to comment.