diff --git a/Makefile b/Makefile index dde843f..b506310 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,4 @@ fmt: cd $(SERVER_DIR) && $(GO) fmt ./... cd $(WEB_DIR) && $(NPM) run format -ci: web-build server-test server-build - +ci: web-install web-build server-test server-build