fix(build): 💚 Fix JSR package not building

This commit is contained in:
Jesse Wierzbinski 2024-06-07 14:50:20 -10:00
parent 5b2bdffd65
commit a12856a6d2
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ jobs:
run: sed -i --follow-symlinks 's/getHeapStatistics().heap_size_limit/99999999/g' "node_modules/@npmcli/arborist/lib/packument-cache.js" run: sed -i --follow-symlinks 's/getHeapStatistics().heap_size_limit/99999999/g' "node_modules/@npmcli/arborist/lib/packument-cache.js"
- name: Publish to NPM - name: Publish to NPM
run: bunx @morlay/bunpublish --provenance --tag ${{ github.event.inputs.tag }} run: cd ${{ github.event.inputs.package }} && bunx @morlay/bunpublish --provenance --tag ${{ github.event.inputs.tag }}
- name: Publish to JSR - name: Publish to JSR
run: bunx jsr publish --allow-slow-types --allow-dirty run: cd ${{ github.event.inputs.package }} && bunx jsr publish --allow-slow-types --allow-dirty