优化构建流

This commit is contained in:
q
2025-07-10 19:12:15 +08:00
parent 517b6f8910
commit df2bfb6ac7
2 changed files with 2 additions and 2 deletions

View File

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