Skip to content

Commit 36e2a9a

Browse files
committed
fix: align CI and docs deployment builds
1 parent ba1389b commit 36e2a9a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
2525
- name: Install playwright
26-
run: pnpm exec playwright install
26+
run: pnpm --filter react-intersection-observer exec playwright install
2727
- name: Lint
2828
run: pnpm biome ci .
2929
- name: Test
@@ -72,5 +72,5 @@ jobs:
7272
run: pnpm --filter react-intersection-observer run compat:packed -- ${{ matrix.react }}
7373
- name: Run test
7474
run: |
75-
pnpm exec playwright install
76-
pnpm test
75+
pnpm --filter react-intersection-observer exec playwright install
76+
pnpm --filter react-intersection-observer test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "pnpm --filter react-intersection-observer build",
77
"build:all": "pnpm build && pnpm --filter storybook build && pnpm --filter docs build",
8-
"build:docs": "pnpm --filter docs build",
8+
"build:docs": "pnpm build && pnpm --filter docs build",
99
"build:storybook": "pnpm build && pnpm --filter storybook build",
1010
"compat:packed": "pnpm --filter react-intersection-observer compat:packed",
1111
"dev": "pnpm --parallel --filter react-intersection-observer --filter storybook --filter docs dev",

0 commit comments

Comments
 (0)