mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
chore(bower): strange temporary fix. Can't remember where I picked this
up, but I was having issues deploying to prod with bower referencing a private repo (using github oauth key, see private#premium)
This commit is contained in:
parent
5b06392879
commit
2d4d103ca6
1 changed files with 6 additions and 1 deletions
7
.bowerrc
7
.bowerrc
|
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
"directory": "public/bower_components"
|
||||
"directory": "public/bower_components",
|
||||
"storage": {
|
||||
"packages": ".bower-cache",
|
||||
"registry": ".bower-registry"
|
||||
},
|
||||
"tmp": ".bower-tmp"
|
||||
}
|
||||
Loading…
Reference in a new issue