Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 504ad37

Browse files
yyx990803sapphi-red
authored andcommittedOct 15, 2024··
chore: enable continuous release under rolldown-vite (#61)
chore: revert package name change + use non-compact continuous release URLs chore: update lockfile
1 parent 6bc094f commit 504ad37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/publish-commit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ env:
77
on:
88
push:
99
branches:
10-
- main
10+
- rolldown-v6
1111
issue_comment:
1212
types: [created]
1313

1414
jobs:
1515
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'))
1717
runs-on: ubuntu-latest
1818

1919
steps:
@@ -68,4 +68,4 @@ jobs:
6868
working-directory: ./packages/vite
6969
run: pnpm build
7070

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

‎packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},

0 commit comments

Comments
 (0)
Please sign in to comment.