Skip to content

Commit 29929b8

Browse files
grishickjmdobry
authored andcommitted
allow bower to run as root to fix deployment failure (issue 204) (GoogleCloudPlatform#205)
1 parent 4693721 commit 29929b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appengine/bower/.bowerrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"directory": "public/bower_components"
3-
}
2+
"directory": "public/bower_components",
3+
"allow_root": true
4+
}

0 commit comments

Comments
 (0)