Skip to content

Commit

Permalink
bugfix/chieffancypants#248 add bower install as a npm postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
ylerjen committed Dec 20, 2019
1 parent 4342312 commit a3dc2c4
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 @@ -21,9 +21,10 @@
"url": "https://github.com/chieffancypants/angular-hotkeys/issues"
},
"scripts": {
"test": "node_modules/karma/bin/karma start test/karma.conf.js"
"postinstall": "bower install",
},
"devDependencies": {
"bower": "^1.8.8",
"grunt": "~0.4.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
Expand Down

0 comments on commit a3dc2c4

Please sign in to comment.