Skip to content

Commit

Permalink
add --fix to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Dec 6, 2016
1 parent f7111ac commit 0cf4e9c
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 @@ -11,7 +11,7 @@
"scripts": {
"coverage": "open coverage/lcov-report/index.html",
"coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "standard check && istanbul cover _mocha test.js"
"test": "standard --fix check && istanbul cover _mocha test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0cf4e9c

Please sign in to comment.