Skip to content

Commit 93ed997

Browse files
committed
Condensed npm scripts
- merged pretest and test - removed `pack` as it is not needed
1 parent 080c0d1 commit 93ed997

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
"build": "node-pre-gyp build",
7474
"build:debug": "node-pre-gyp build --debug",
7575
"install": "node-pre-gyp install --fallback-to-build",
76-
"pretest": "node test/support/createdb.js",
77-
"test": "mocha -R spec --timeout 480000",
78-
"pack": "node-pre-gyp package"
76+
"test": "node test/support/createdb.js && mocha -R spec --timeout 480000"
7977
},
8078
"license": "BSD-3-Clause",
8179
"keywords": [

0 commit comments

Comments
 (0)