File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ permissions:
1010on :
1111 push :
1212 branches :
13- - main
13+ - rolldown-vite
1414 pull_request :
1515 types : [opened, synchronize, labeled]
1616
1717jobs :
1818 preview :
1919 if : >
20- github.repository == 'vitejs/vite' &&
20+ github.repository == 'vitejs/rolldown- vite' &&
2121 (github.event_name == 'push' ||
2222 (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'trigger: preview')))
2323 runs-on : ubuntu-latest
3535 working-directory : ./packages/vite
3636 run : pnpm build
3737
38- - run : pnpm dlx pkg-pr-new@0.0 publish --compact -- pnpm ./packages/vite
38+ - run : pnpm dlx pkg-pr-new@0.0 publish --pnpm ./packages/vite
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "license" : " MIT" ,
66 "author" : " Evan You" ,
7- "description" : " Native-ESM powered web dev build tool " ,
7+ "description" : " Vite on Rolldown preview " ,
88 "bin" : {
99 "vite" : " bin/vite.js"
1010 },
You can’t perform that action at this time.
0 commit comments