Makefile: Add fmt-imports to fmt target
This commit is contained in:
parent
5daa689975
commit
d637637be6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ test-go: reset-test-db run-test-go
|
|||
test-short: reset-test-db run-test-short
|
||||
acceptance-all: acceptance-start acceptance acceptance-restart acceptance-firefox stop
|
||||
test-all: test acceptance-all
|
||||
fmt: fmt-js fmt-go
|
||||
fmt: fmt-js fmt-go fmt-imports
|
||||
upgrade: dep-upgrade-js dep-upgrade
|
||||
clean-local: clean-local-config clean-local-share clean-local-cache
|
||||
clean-install: clean-local dep build-js install-bin install-assets
|
||||
|
|
Loading…
Reference in a new issue