Update nixpacks.toml
This commit is contained in:
parent
e2b8de8827
commit
b63c4eb938
|
|
@ -1,6 +1,6 @@
|
||||||
# Force npm build commands (prevents Nixpacks from using turbo)
|
# Force npm build commands (prevents Nixpacks from using turbo)
|
||||||
[phases.install]
|
[phases.install]
|
||||||
cmds = ['npm ci']
|
cmds = ['npm install']
|
||||||
|
|
||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = ['npm run build']
|
cmds = ['npm run build']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue