Skip to content

Commit 31516ce

Browse files
committed
feat: 增加actions自动构建配置
1 parent 54ef8d7 commit 31516ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
${{ runner.os }}-pnpm-store-
100100
101101
- name: Install dependencies
102-
run: pnpm install && pnpm update:tsconfig
102+
run: |
103+
pnpm install --no-frozen-lockfile
104+
pnpm update:tsconfig
103105
104106
- name: Build frontend for Maven (BASE_API=/)
105107
run: |

0 commit comments

Comments
 (0)