File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments