Update npm-publish.yml

This commit is contained in:
Joel Stüdle 2025-03-13 11:15:51 +00:00 committed by GitHub
parent f6377f04c7
commit 7018ff315a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,10 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: Clean install
run: |
rm -rf node_modules bun.lockb
rm -rf node_modules bun.lockb bun.lock
- run: bun install
- name: Explicitly install rollup linux
run: bun add @rollup/rollup-linux-x64-gnu
- run: bun run build
- name: Configure npm credentials
uses: actions/setup-node@v4