fix: 💚 Fix NPM not finding built JS

This commit is contained in:
Jesse Wierzbinski 2024-07-22 23:20:51 +02:00
parent 718eb152b0
commit ff6bf16b0a
No known key found for this signature in database
3 changed files with 136 additions and 3 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: Build
run: bun install && bun run build
- name: Change version in package.json to ${{ github.event.inputs.version }}, defaulting to the truncated commit hash
- name: Change version in package.json to ${{ github.event.inputs.version }}
run: 'sed -i ''s/"version": ".*"/"version": "${{ github.event.inputs.version }}"/'' package.json ${{ github.event.inputs.package }}/package.json ${{ github.event.inputs.package }}/jsr.jsonc'
- name: Publish to NPM