diff --git a/nixpacks.toml b/nixpacks.toml index acb23c5b3..12c80e8ef 100644 --- a/nixpacks.toml +++ b/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"]