Update npm-publish.yml

This commit is contained in:
Joel Stüdle 2025-03-13 11:11:35 +00:00 committed by GitHub
parent e482733333
commit 95ada1e662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Clean install
run: |
rm -rf node_modules bun.lockb # or package-lock.json if using npm
bun install # or npm install
- run: bun run build
- name: Configure npm credentials
uses: actions/setup-node@v4