mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fixing make generate-dev (#492)
This commit adds the SQL bindata file generation to generate-dev
This commit is contained in:
parent
587d5c9a09
commit
bf4ee40c41
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -127,6 +127,7 @@ generate-dev: .prefix
|
|||
go-bindata -debug -pkg=service \
|
||||
-o=server/service/bindata.go \
|
||||
frontend/templates/ assets/...
|
||||
go-bindata -o=server/datastore/mysql/bindata.go -pkg=mysql db/
|
||||
webpack --progress --colors --watch --notify
|
||||
|
||||
deps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue