Skip to content

Commit

Permalink
ci(build): 💚 Install packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Jul 22, 2024
1 parent 2bf97bc commit 718eb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Build
run: bun run build
run: bun install && bun run build

- name: Change version in package.json to ${{ github.event.inputs.version }}, defaulting to the truncated commit hash
run: 'sed -i ''s/"version": ".*"/"version": "${{ github.event.inputs.version }}"/'' package.json ${{ github.event.inputs.package }}/package.json ${{ github.event.inputs.package }}/jsr.jsonc'
Expand Down

0 comments on commit 718eb15

Please sign in to comment.