modification to get compilation

This commit is contained in:
derpy-duck 2023-06-05 17:38:29 +00:00
parent abf8c467bd
commit 9f118c7000
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ docker_build(
# ignore local node_modules (in case they're present)
ignore = ["./ethereum/node_modules"],
build_args = {"num_guardians": str(num_guardians)},
# sync external scripts for incremental development
# (everything else needs to be restarted from scratch for determinism)
#