Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Move bower --config.interactive=false to .bowerrc
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Apr 6, 2016
1 parent 24eac7d commit 761e217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"directory": "public/lib"
"directory": "public/lib",
"interactive": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"npm": ">=2.0.0"
},
"scripts": {
"update": "npm update && npm prune && bower install --allow-root --config.interactive=false && bower prune --allow-root --config.interactive=false",
"update": "npm update && npm prune && bower install --allow-root && bower prune --allow-root",
"start": "gulp",
"start:prod": "gulp prod",
"start:debug": "gulp debug",
Expand All @@ -26,7 +26,7 @@
"test:e2e": "gulp test:e2e",
"test:watch": "gulp test:server:watch",
"test:watch:onlyChanged": "gulp test:server:watch --onlyChanged",
"postinstall": "bower install --allow-root --config.interactive=false && bower prune --allow-root --config.interactive=false",
"postinstall": "bower install --allow-root && bower prune --allow-root",
"generate-ssl-certs": "scripts/generate-ssl-certs.sh"
},
"dependencies": {
Expand Down

0 comments on commit 761e217

Please sign in to comment.