Skip to content

Commit 2a8a712

Browse files
committed
Disable progress for npm test
1 parent ca8ff27 commit 2a8a712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tap-summary": "bin/cmd.js"
88
},
99
"scripts": {
10-
"test": "npm run lint && tape test/*.js | ./bin/cmd.js",
10+
"test": "npm run lint && tape test/*.js | ./bin/cmd.js --no-progress",
1111
"lint": "eslint index.js test/*.js bin/*.js"
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)