This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
on :
13
13
push :
14
- branches :
15
- - main
16
14
pull_request :
17
15
workflow_dispatch :
18
16
82
80
- name : Test build
83
81
run : pnpm run test-build
84
82
83
+ - name : Continuous Releases
84
+ run : pnpx pkg-pr-new publish
85
+
85
86
lint :
86
87
if : github.repository == 'vitejs/vite-plugin-react'
87
88
timeout-minutes : 10
@@ -115,3 +116,28 @@ jobs:
115
116
116
117
- name : Typecheck
117
118
run : pnpm run typecheck
119
+
120
+ Continuous Releases :
121
+ timeout-minutes : 20
122
+ name : " Continuous Releases"
123
+ steps :
124
+ - name : Checkout
125
+ uses : actions/checkout@v4
126
+
127
+ - name : Install pnpm
128
+
129
+
130
+ - name : Set node version to 20
131
+ uses : actions/setup-node@v4
132
+ with :
133
+ node-version : 20
134
+ cache : " pnpm"
135
+
136
+ - name : Install deps
137
+ run : pnpm install
138
+
139
+ - name : Build
140
+ run : pnpm run build
141
+
142
+ - name : Continuous Releases
143
+ run : pnpx pkg-pr-new publish --pnpm ./packages/plugin-react
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @vitejs/ plugin-react" ,
2
+ "name" : " rolldown-vite- plugin-react" ,
3
3
"version" : " 4.3.2" ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
You can’t perform that action at this time.
0 commit comments