mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
- Add root nixpacks.toml: npm ci --legacy-peer-deps (ignore scripts), then prisma generate, then build:production - NPM_CONFIG_IGNORE_SCRIPTS prevents postinstall during npm ci Made-with: Cursorpull/6453/head
2 changed files with 8 additions and 1 deletions
@ -1 +1 @@ |
|||||
20 |
22 |
||||
|
|||||
@ -0,0 +1,7 @@ |
|||||
|
providers = ["node"] |
||||
|
|
||||
|
[phases.install] |
||||
|
cmds = ["NPM_CONFIG_IGNORE_SCRIPTS=true npm ci --legacy-peer-deps"] |
||||
|
|
||||
|
[phases.build] |
||||
|
cmds = ["npx prisma generate && npm run build:production"] |
||||
Loading…
Reference in new issue