Skip to content

Commit

Permalink
chore: enable continuous release under rolldown-vite (#61)
Browse files Browse the repository at this point in the history
chore: revert package name change + use non-compact continuous release URLs

chore: update lockfile
  • Loading branch information
yyx990803 authored and sapphi-red committed Oct 15, 2024
1 parent 6bc094f commit 504ad37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
"description": "Vite on Rolldown preview",
"bin": {
"vite": "bin/vite.js"
},
Expand Down

0 comments on commit 504ad37

Please sign in to comment.