mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||||
providers = ["node"] |
providers = ["node"] |
||||
|
|
||||
[phases.install] |
[phases.install] |
||||
cmds = ["npm install --legacy-peer-deps --ignore-scripts"] |
cmds = ["npm cache clean --force && npm install --legacy-peer-deps"] |
||||
|
|
||||
[phases.build] |
[phases.build] |
||||
cmds = ["npx prisma generate && npm run build:production"] |
cmds = ["npm run build:production"] |
||||
|
|||||
Loading…
Reference in new issue