This commit is contained in:
Eric 1549169735@qq.com
2026-08-08 21:26:47 +08:00
parent 23c9f52869
commit 602b567d22
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ WEB_DIR := web
.PHONY: web-install web-build build test vet check
web-install:
cd $(WEB_DIR) && npm ci
cd $(WEB_DIR) && npm install
web-build:
cd $(WEB_DIR) && npm run build