Skip to content

Commit

Permalink
GPII-3154: Added the build as a postinstall step.
Browse files Browse the repository at this point in the history
This will make it easier to run the browser tests, which do require a 
build to fetch templates. When we switch to using testem, this should be 
moved from a postinstall to be part of the pre-test workflow.
  • Loading branch information
jobara committed Aug 13, 2018
1 parent 48f07dd commit 76785a5
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 @@ -26,7 +26,8 @@
},
"homepage": "https://github.com/GPII/gpii-chrome-extension#README.md",
"scripts": {
"test": "node tests/node/all-tests.js"
"test": "node tests/node/all-tests.js",
"postinstall": "grunt build"
},
"dependencies": {
"infusion": "3.0.0-dev.20180801T212157Z.09bf3d438",
Expand Down

0 comments on commit 76785a5

Please sign in to comment.