Skip to content

Commit

Permalink
removed grunt compile from install script (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto authored and lipis committed Jun 8, 2016
1 parent cc8a3f6 commit 7dcfb80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"Alessandro Chitolina <[email protected]>"
],
"scripts": {
"install": "grunt compile",
"pretest": "bower install",
"pretest": "bower install && grunt compile",
"test": "grunt test"
},
"license": "MIT",
Expand Down

0 comments on commit 7dcfb80

Please sign in to comment.