We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080c0d1 commit 93ed997Copy full SHA for 93ed997
package.json
@@ -73,9 +73,7 @@
73
"build": "node-pre-gyp build",
74
"build:debug": "node-pre-gyp build --debug",
75
"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"
+ "test": "node test/support/createdb.js && mocha -R spec --timeout 480000"
79
},
80
"license": "BSD-3-Clause",
81
"keywords": [
0 commit comments