mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Update nixpacks.toml
Use Yarn instead of NPM as that's what our lock file is for.
This commit is contained in:
parent
021273d07d
commit
853366799e
@ -2,4 +2,4 @@
|
||||
aptPkgs = ["...", "build-essential"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["mix compile", "mix ecto.setup", "pushd assets && npm install && popd"]
|
||||
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user