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 423c411 commit 9620a0aCopy full SHA for 9620a0a
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"prerelease": "npm t",
12
"postrelease": "npm publish && git push --follow-tags",
13
- "pretest": "standard lib test *.js",
+ "pretest": "standard",
14
"release": "standard-version -s",
15
"test": "nyc --all -- tap -J test/*.js",
16
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
0 commit comments