Update npm-publish.yml

This commit is contained in:
Joel Stüdle 2025-03-14 10:30:39 +00:00 committed by GitHub
parent 28e7c16a87
commit 8d4d6554fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Clean install
run: |
rm -rf node_modules bun.lockb bun.lock
- run: bun install
- run: bun run build
- name: Configure npm credentials