Update npm-publish.yml

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

View File

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