Skip to content

Commit

Permalink
script lint to pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed May 5, 2016
1 parent 2e7dd73 commit 9b4c072
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 @@ -4,7 +4,7 @@
"description": "Get balance of bip card (Chile)",
"main": "src",
"scripts": {
"lint": "eslint src",
"pretest": "eslint src",
"test": "istanbul cover _mocha",
"coveralls": "coveralls < coverage/lcov.info"
},
Expand Down

0 comments on commit 9b4c072

Please sign in to comment.