Skip to content

Commit

Permalink
run grunt on post install
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jun 19, 2018
1 parent d8b7d0b commit 63d3ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"pretest": "npm install",
"postinstall": "grunt",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"test-ci": "karma start karma.conf.js --no-auto-watch --single-run --browsers=Firefox",
Expand Down Expand Up @@ -46,4 +47,4 @@
"karma-ng-html2js-preprocessor": "1.0.0",
"protractor": "5.1.2"
}
}
}

0 comments on commit 63d3ada

Please sign in to comment.