File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 cache : ' pnpm'
3737
3838 - name : Install Dependencies
39- run : pnpm install && npx playwright install chromium
39+ run : pnpm install && pnpm exec playwright install chromium
4040
4141 - name : Run Test
4242 run : pnpm run test
Original file line number Diff line number Diff line change 1919 "dev" : " rslib -w" ,
2020 "lint" : " rslint && prettier -c ." ,
2121 "lint:write" : " rslint --fix && prettier -w ." ,
22- "prepare" : " simple-git-hooks && npm run build" ,
22+ "prepare" : " simple-git-hooks && pnpm run build" ,
2323 "test" : " playwright test" ,
24- "bump" : " npx bumpp"
24+ "bump" : " pnpx bumpp"
2525 },
2626 "simple-git-hooks" : {
2727 "pre-commit" : " pnpm run lint:write"
Original file line number Diff line number Diff line change 11{
22 "name" : " playground" ,
33 "private" : true ,
4+ "type" : " module" ,
45 "version" : " 0.0.0" ,
56 "scripts" : {
6- "dev" : " npx rsbuild" ,
7- "build" : " npx rsbuild build"
7+ "dev" : " pnpm exec rsbuild" ,
8+ "build" : " pnpm exec rsbuild build"
89 }
910}
You can’t perform that action at this time.
0 commit comments