Skip to content

Commit

Permalink
Grunt not installing correctly
Browse files Browse the repository at this point in the history
Grunt is somehow not installed correctly, causing setup and installation (npm install) to fail.
This changes the behavior to be identical to how library-webservices-status installs grunt.
  • Loading branch information
kaladay committed Jun 19, 2018
1 parent a2d6667 commit 495e312
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 @@ -6,7 +6,7 @@
"repository": "https://github.com/TAMULib/ProjectManagementUI.git",
"license": "MIT",
"scripts": {
"prestart": "npm install -g grunt-cli",
"postinstall": "grunt",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
Expand Down

0 comments on commit 495e312

Please sign in to comment.