Skip to content

Commit 91c5404

Browse files
committed
ci: install docs dependencies in release checks
1 parent b2d4d1b commit 91c5404

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
node-version: 24
2020
cache: pnpm
2121
- run: pnpm install --frozen-lockfile
22+
- run: pnpm install --frozen-lockfile
23+
working-directory: docs
2224
- run: pnpm check

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
registry-url: https://registry.npmjs.org
2626
package-manager-cache: false
2727
- run: pnpm install --frozen-lockfile
28+
- run: pnpm install --frozen-lockfile
29+
working-directory: docs
2830
- run: pnpm check
2931
- name: Verify tag matches package version
3032
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)