File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install dependencies
18
18
run : pnpm install
19
19
- name : Install playwright
20
- run : pnpx playwright install chromium
20
+ run : pnpm exec playwright install
21
21
- name : Lint
22
22
run : pnpm biome ci .
23
23
- name : Test
57
57
- name : Install ${{ matrix.react }}
58
58
run : pnpm add -D react@${{ matrix.react }} react-dom@${{ matrix.react }}
59
59
- name : Validate types
60
+ run : pnpm tsc
61
+ - name : Run test
60
62
run : |
61
- pnpm tsc
62
- pnpx playwright install chromium
63
+ pnpm exec playwright install
63
64
pnpm test
Original file line number Diff line number Diff line change 37
37
"type" : " git" ,
38
38
"url" : " https://github.com/thebuilder/react-intersection-observer.git"
39
39
},
40
- "packageManager" : " pnpm@9.5 .0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5 " ,
40
+ "packageManager" : " pnpm@9.7 .0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559 " ,
41
41
"scripts" : {
42
42
"prebuild" : " rm -rf dist lib" ,
43
43
"build" : " tsup && mkdir dist/esm && cp dist/index.mjs dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments