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 6fbd66d commit 8802ea7Copy full SHA for 8802ea7
1 file changed
package.json
@@ -60,7 +60,7 @@
60
"url": "git://github.com/feross/standard.git"
61
},
62
"scripts": {
63
- "test": "tape test/*.js",
+ "test": "./bin/cmd.js --verbose && tape test/*.js",
64
"test-disabled": "npm test -- --disabled",
65
"test-offline": "npm test -- --offline",
66
"test-offline-quick": "npm test -- --offline --quick",
0 commit comments