Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gno.land/Makefile): lazily start gnoland node (#2293)
`start.gnoland` fails as it requires `config`, `genesis`,... to be created manually in order to start the node. Since this is for development purpose. Let's run `gnoland start` with `-lazy` flag.
- Loading branch information