Update nixpacks.toml
This commit is contained in:
parent
292107d6d9
commit
a0a18acfc3
|
|
@ -1,13 +1,6 @@
|
|||
# Force npm build with sharp pre-built binaries
|
||||
[variables]
|
||||
SHARP_IGNORE_GLOBAL_LIBVIPS = "1"
|
||||
npm_config_platform = "linux"
|
||||
npm_config_arch = "x64"
|
||||
npm_config_libc = "glibc"
|
||||
CI = "true"
|
||||
|
||||
# Force npm build commands (prevents Nixpacks from using turbo)
|
||||
[phases.install]
|
||||
cmds = ['npm install --prefer-offline --no-audit --progress=false']
|
||||
cmds = ['npm install']
|
||||
|
||||
[phases.build]
|
||||
cmds = ['npm run build']
|
||||
|
|
|
|||
Loading…
Reference in New Issue