Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix bower install so that it can be ran a root, if one was so inclined
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Jan 12, 2016
1 parent e30d6d5 commit bc41f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uw-frame-static/build.sh
Expand Up @@ -15,7 +15,7 @@ cp superstatic.json ./target
## Get bower stuff

pushd target
../../node_modules/bower/bin/bower --config.interactive=false install
../../node_modules/bower/bin/bower --config.interactive=false --allow-root install
popd

## Build less
Expand Down

0 comments on commit bc41f55

Please sign in to comment.