优化构建流v0.1.9b6b

This commit is contained in:
q
2025-07-10 19:17:22 +08:00
parent df2bfb6ac7
commit 0579588814
9 changed files with 2229 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ jobs:
cache: maven
- name: Build Frontend
run: cd web-front && npm install && npm run build
run: cd web-front && yarn install && yarn run build
- name: Build with Maven
run: mvn -B package --file pom.xml