mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
no package-lock.json in repo, ignore-scripts prevents prisma postinstall conflict Made-with: Cursorpull/6453/head
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||
providers = ["node"] |
providers = ["node"] |
||||
|
|
||||
[phases.install] |
[phases.install] |
||||
cmds = ["NPM_CONFIG_IGNORE_SCRIPTS=true npm ci --legacy-peer-deps"] |
cmds = ["npm install --legacy-peer-deps --ignore-scripts"] |
||||
|
|
||||
[phases.build] |
[phases.build] |
||||
cmds = ["npx prisma generate && npm run build:production"] |
cmds = ["npx prisma generate && npm run build:production"] |
||||
|
|||||
Loading…
Reference in new issue