mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #3753 from pedro-teixeira/master
Installation as root fails on bower
This commit is contained in:
commit
8c975284af
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ var path = require('path'),
|
|||
// Used as part of `grunt init`. See the section on [Building Assets](#building%20assets) for more
|
||||
// information.
|
||||
ghost_ui: {
|
||||
command: path.resolve(cwd + '/node_modules/.bin/bower update ghost-ui'),
|
||||
command: path.resolve(cwd + '/node_modules/.bin/bower update ghost-ui --allow-root'),
|
||||
options: {
|
||||
stdout: true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue