Skip to content

Commit 57328de

Browse files
committedJun 26, 2015
test: Only run standard once regardless of how we invoke tests
1 parent 65cc653 commit 57328de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
"prepublish": "bash scripts/installable.sh && node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
181181
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
182182
"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",
183+
"test": "standard && npm run tap",
184+
"test-all": "standard && npm run test-legacy && npm run tap",
185185
"test-legacy": "node ./test/run.js"
186186
},
187187
"license": "Artistic-2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.