1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Update nixpacks.toml

This commit is contained in:
Daniel Barber 2025-01-04 12:40:51 -06:00 committed by GitHub
parent 922b39e5b4
commit 7ebd767ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
[phases.install]
aptPkgs = ["...", "nodejs", "build-essential"]
aptPkgs = ["...", "yarnpkg", "build-essential"]
cmds = ["...", "npm install --global yarn"]
[phases.build]