File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
on :
8
8
push :
9
9
branches :
10
- - main
10
+ - rolldown-v6
11
11
issue_comment :
12
12
types : [created]
13
13
14
14
jobs :
15
15
build :
16
- if : github.repository == 'vitejs /vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new'))
16
+ if : github.repository == 'rolldown /vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new'))
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
68
68
working-directory : ./packages/vite
69
69
run : pnpm build
70
70
71
- - run : pnpm dlx pkg-pr-new@0.0 publish --compact -- pnpm ./packages/vite
71
+ - run : pnpm dlx pkg-pr-new@0.0 publish --pnpm ./packages/vite
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Evan You" ,
7
- "description" : " Native-ESM powered web dev build tool " ,
7
+ "description" : " Vite on Rolldown preview " ,
8
8
"bin" : {
9
9
"vite" : " bin/vite.js"
10
10
},
You can’t perform that action at this time.
0 commit comments