refactor!: drop cjs support

+ Publish to JSR (jsr.io)
This commit is contained in:
Luan
2024-11-02 01:50:30 -03:00
parent b2076342e7
commit ec64dd5183
5 changed files with 52 additions and 24 deletions

View File

@@ -49,3 +49,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
- name: Publish to JSR
run: |
npm run build --if-present
npx jsr publish
if: ${{ steps.release.outputs.release_created }}