Makefile: Add fmt-imports to fmt target

This commit is contained in:
Michael Mayer 2020-11-21 18:15:16 +01:00
parent 5daa689975
commit d637637be6

View file

@ -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