Skip to content

Commit 54ef8d7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
${{ runner.os }}-pnpm-store-
100100
101101
- name: Install dependencies
102-
run: pnpm install --frozen-lockfile
102+
run: pnpm install && pnpm update:tsconfig
103103

104104
- name: Build frontend for Maven (BASE_API=/)
105105
run: |

0 commit comments

Comments
 (0)