We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb38f29 commit 18b6e1cCopy full SHA for 18b6e1c
package.json
@@ -19,8 +19,7 @@
19
"lint": "standard",
20
"lint-readme": "standard-markdown",
21
"pretest": "npm run lint && npm run dts-check",
22
- "test": "tap tests/*.js --100",
23
- "test:verbose": "tap tests/*.js --100 -Rspec",
+ "test": "tap tests/*.js --100 -Rspec",
24
"prerelease": "npm test",
25
"release": "standard-version"
26
},
0 commit comments