Skip to content

Commit ff3a95c

Browse files
hi-ogawasapphi-red
andauthored
Apply suggestions from code review
Co-authored-by: 翠 <[email protected]>
1 parent 21d8db8 commit ff3a95c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ci-rsc
2-
"on":
2+
on:
33
push:
44
branches:
55
- main
@@ -21,7 +21,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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 }}

packages/plugin-rsc/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
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",

0 commit comments

Comments
 (0)