Skip to content

Commit

Permalink
added bower and postinstall for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Wegge committed Mar 30, 2016
1 parent 58c9a8c commit bfaa4cb
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 @@ -20,12 +20,13 @@
"selenium-webdriver": "^2.45.1"
},
"scripts": {
"postinstall": "",
"postinstall": "bower install",
"prestart": "npm update",
"test": "protractor ./e2e/protractor.conf.js",
"start": "node server.js"
},
"dependencies": {
"bower": "^1.7.7",
"express": "^4.13.4"
}
}

0 comments on commit bfaa4cb

Please sign in to comment.