File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11name : ci-rsc
2- " on " :
2+ on :
33 push :
44 branches :
55 - main
2121 - uses : actions/setup-node@v4
2222 with :
2323 node-version : 22
24- - run : corepack enable
24+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2525 - run : pnpm i
2626 - run : pnpm build
2727 - run : pnpm -C packages/plugin-rsc tsc
4646 - uses : actions/setup-node@v4
4747 with :
4848 node-version : 22
49- - run : corepack enable
49+ - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5050 - run : pnpm i
5151 - run : pnpm build
5252 - run : pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
Original file line number Diff line number Diff line change 88 "directory" : " packages/plugin-rsc"
99 },
1010 "license" : " MIT" ,
11+ "description" : " React Server Components (RSC) support for Vite." ,
12+ "keywords" : [
13+ " vite" ,
14+ " vite-plugin" ,
15+ " react" ,
16+ " react-server-components" ,
17+ " rsc"
18+ ],
1119 "type" : " module" ,
1220 "exports" : {
1321 "./package.json" : " ./package.json" ,
You can’t perform that action at this time.
0 commit comments