1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/nixpacks.toml
Daniel Barber 853366799e
Update nixpacks.toml
Use Yarn instead of NPM as that's what our lock file is for.
2025-01-03 13:25:04 -06:00

6 lines
151 B
TOML

[phases.install]
aptPkgs = ["...", "build-essential"]
[phases.build]
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]