Skip to content

Commit

Permalink
add lint to test script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Oct 21, 2016
1 parent 2197ca3 commit 5628a24
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 @@ -19,7 +19,7 @@
"node": ">=0.4.0"
},
"scripts": {
"test": "grunt test"
"test": "grunt coffeelint test"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 5628a24

Please sign in to comment.