Skip to content

Commit

Permalink
fix(standard): remove args from invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 14, 2018
1 parent 423c411 commit 9620a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard lib test *.js",
"pretest": "standard",
"release": "standard-version -s",
"test": "nyc --all -- tap -J test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
Expand Down

0 comments on commit 9620a0a

Please sign in to comment.