Skip to content

Commit

Permalink
fix: revert changes to pkg-pr-new for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 9, 2025
1 parent 1d9550a commit fc7e533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ jobs:

- name: 📦 release pkg.pr.new
if: github.event_name != 'push'
run: node ./scripts/release.mjs
env:
RELEASE_TYPE: pkg-pr-new
run: pnpm pkg-pr-new publish --compact --template './playground'

- name: 📦 release nuxi-nightly
if: github.event_name == 'push'
Expand Down
6 changes: 0 additions & 6 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ for (const [DISTRIBUTION, pkg] of Object.entries(distributions)) {
throwOnError: true,
})
}
else if (releaseType === 'pkg-pr-new') {
await x('pnpm', ['pkg-pr-new', 'publish', '--template', './playground'], {
nodeOptions: { stdio: 'inherit', env: { DISTRIBUTION } },
throwOnError: true,
})
}
else {
await x('npm', ['publish', '--no-git-checks'], {
nodeOptions: { stdio: 'inherit', env: { DISTRIBUTION } },
Expand Down

0 comments on commit fc7e533

Please sign in to comment.