fix: add yarn to nixpacks for psn-api dependency
This commit is contained in:
parent
e6392da856
commit
e7c652460e
1 changed files with 11 additions and 0 deletions
11
nixpacks.toml
Normal file
11
nixpacks.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[phases.setup]
|
||||
nixPkgs = ["nodejs_20", "yarn"]
|
||||
|
||||
[phases.install]
|
||||
cmds = ["pnpm i --frozen-lockfile"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["./scripts/railway-build.sh"]
|
||||
|
||||
[start]
|
||||
cmd = "pnpm run start"
|
||||
Loading…
Reference in a new issue