Skip to content

Commit 8802ea7

Browse files
committed
run standard on ourselves
1 parent 6fbd66d commit 8802ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"url": "git://github.com/feross/standard.git"
6161
},
6262
"scripts": {
63-
"test": "tape test/*.js",
63+
"test": "./bin/cmd.js --verbose && tape test/*.js",
6464
"test-disabled": "npm test -- --disabled",
6565
"test-offline": "npm test -- --offline",
6666
"test-offline-quick": "npm test -- --offline --quick",

0 commit comments

Comments
 (0)