mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
[ignite] Fix multiple main packages found
When downloading the `vendor/` directory with: ``` $ go mod vendor ``` and then e.g. run `ignite chain init` this error happens: * specify the path to your chain's main package in your config.yml>build.main: multiple main packages found Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
b7cfbd00d8
commit
e8dbfcb644
@ -1,5 +1,7 @@
|
||||
---
|
||||
version: 1
|
||||
build:
|
||||
main: cmd/planetmint-god
|
||||
accounts:
|
||||
- name: alice
|
||||
coins:
|
||||
|
Loading…
x
Reference in New Issue
Block a user