Skip to content

Commit

Permalink
add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikmethot committed Mar 7, 2016
1 parent 842956c commit 25de925
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 @@ -31,7 +31,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"postinstall" : "grunt build",
"postinstall" : "npm install && grunt build",
"pretest": "grunt",
"test": "grunt test && grunt --gruntfile ./test/Gruntfile.js -v"
},
Expand Down

0 comments on commit 25de925

Please sign in to comment.