Skip to content

Commit 9620a0a

Browse files
committed
fix(standard): remove args from invocation
1 parent 423c411 commit 9620a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"prerelease": "npm t",
1212
"postrelease": "npm publish && git push --follow-tags",
13-
"pretest": "standard lib test *.js",
13+
"pretest": "standard",
1414
"release": "standard-version -s",
1515
"test": "nyc --all -- tap -J test/*.js",
1616
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",

0 commit comments

Comments
 (0)