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