chore: add generate command to updates embedded assets

This commit is contained in:
wpetit 2021-09-27 16:22:10 +02:00
parent 3525b4bcb5
commit eab0b72431
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
build: clean
misc/script/build
build: clean generate
CGO_ENABLED=0 misc/script/build
generate:
go generate ./...
clean:
rm -rf bin