Skip to content

Commit 8b4e3fc

Browse files
committed
ci: align pages install with workspace lockfile
1 parent 2e2ea49 commit 8b4e3fc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
with:
3333
node-version: 24
3434
cache: pnpm
35-
cache-dependency-path: docs/pnpm-lock.yaml
35+
cache-dependency-path: pnpm-lock.yaml
3636

3737
- name: Install dependencies
38-
working-directory: docs
3938
run: pnpm install --frozen-lockfile
4039

4140
- name: Test documentation scripts

packages/create-rootward/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/MichengLiang/rootward#readme",
2020
"type": "module",
2121
"bin": {
22-
"create-rootward": "./dist/bin.mjs"
22+
"create-rootward": "dist/bin.mjs"
2323
},
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)