Skip to content

Commit

Permalink
Condensed npm scripts
Browse files Browse the repository at this point in the history
- merged pretest and test
- removed `pack` as it is not needed
  • Loading branch information
daniellockyer committed Dec 23, 2023
1 parent 080c0d1 commit 93ed997
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -73,9 +73,7 @@
"build": "node-pre-gyp build",
"build:debug": "node-pre-gyp build --debug",
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000",
"pack": "node-pre-gyp package"
"test": "node test/support/createdb.js && mocha -R spec --timeout 480000"
},
"license": "BSD-3-Clause",
"keywords": [
Expand Down

0 comments on commit 93ed997

Please sign in to comment.