Browse Source

fix: remove invalid npm-9_x from nixpacks, use node provider only

Made-with: Cursor
pull/6453/head
Priyanka Punukollu 1 month ago
parent
commit
49985ba8d1
  1. 4
      nixpacks.toml

4
nixpacks.toml

@ -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…
Cancel
Save