Skip to content

Commit

Permalink
Merge branch 'main' into fix/jiti
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 5, 2025
2 parents a4142e9 + 1e9288c commit 978569e
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
- run: pnpm build
- run: pnpm test:dist
- run: pnpm test:unit
- if: ${{ matrix.os != 'windows-latest' }}
- if: matrix.os != 'windows-latest'
uses: codecov/codecov-action@v5
- name: Release Edge
- name: 📦 release pkg.pr.new
if: github.event_name != 'push' && matrix.os != 'windows-latest'
run: pnpx pkg-pr-new publish --compact --template './playground'
- name: 📦 release nuxi-nightly
if: |
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"ohash": "^1.1.4",
"pathe": "^2.0.0",
"perfect-debounce": "^1.0.0",
"pkg-pr-new": "^0.0.39",
"pkg-types": "^1.3.0",
"rollup": "^4.29.2",
"scule": "^1.3.0",
Expand Down
Loading

0 comments on commit 978569e

Please sign in to comment.