build: make ci self-contained

This commit is contained in:
2026-04-29 00:28:58 -04:00
parent 1366f8c5fc
commit 9b8f2968e8

View File

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