Skip to content

Commit 7746e16

Browse files
committed
Manager: 修复没法打包的问题
1 parent 30cebee commit 7746e16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-manager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
with:
4949
node-version: 22.x
5050
cache: 'npm'
51+
cache-dependency-path: web/package-lock.json
5152

5253
- name: Build web pages
54+
working-directory: web
5355
run: |-
5456
npm ci
5557
npm run build

0 commit comments

Comments
 (0)