forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable continuous release under rolldown-vite (#61)
chore: revert package name change + use non-compact continuous release URLs chore: update lockfile
- Loading branch information
1 parent
6bc094f
commit 504ad37
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ env: | |
on: | ||
push: | ||
branches: | ||
- main | ||
- rolldown-v6 | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
build: | ||
if: github.repository == 'vitejs/vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new')) | ||
if: github.repository == 'rolldown/vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new')) | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -68,4 +68,4 @@ jobs: | |
working-directory: ./packages/vite | ||
run: pnpm build | ||
|
||
- run: pnpm dlx [email protected] publish --compact --pnpm ./packages/vite | ||
- run: pnpm dlx [email protected] publish --pnpm ./packages/vite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters