We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8ff27 commit 2a8a712Copy full SHA for 2a8a712
package.json
@@ -7,7 +7,7 @@
7
"tap-summary": "bin/cmd.js"
8
},
9
"scripts": {
10
- "test": "npm run lint && tape test/*.js | ./bin/cmd.js",
+ "test": "npm run lint && tape test/*.js | ./bin/cmd.js --no-progress",
11
"lint": "eslint index.js test/*.js bin/*.js"
12
13
"repository": {
0 commit comments