mirror of
https://github.com/danbee/chess
synced 2026-06-20 21:02:23 +00:00
6 lines
186 B
TOML
6 lines
186 B
TOML
[phases.install]
|
|
aptPkgs = ["...", "yarnpkg", "build-essential"]
|
|
|
|
[phases.build]
|
|
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarnpkg install && popd", "mix assets.deploy"]
|