We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cc653 commit 57328deCopy full SHA for 57328de
package.json
@@ -180,8 +180,8 @@
180
"prepublish": "bash scripts/installable.sh && node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
181
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
182
"tap": "tap --timeout 240 test/tap/*.js",
183
- "test": "standard && tap --timeout 240 test/tap/*.js",
184
- "test-all": "standard && npm run test-legacy && npm test",
+ "test": "standard && npm run tap",
+ "test-all": "standard && npm run test-legacy && npm run tap",
185
"test-legacy": "node ./test/run.js"
186
},
187
"license": "Artistic-2.0"
0 commit comments