mirror of
https://github.com/joel-st/kunkun-nostr-nip-19.git
synced 2025-04-04 10:16:42 +00:00
Update npm-publish.yml
This commit is contained in:
parent
f6377f04c7
commit
7018ff315a
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -14,8 +14,10 @@ jobs:
|
|||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
- name: Clean install
|
- name: Clean install
|
||||||
run: |
|
run: |
|
||||||
rm -rf node_modules bun.lockb
|
rm -rf node_modules bun.lockb bun.lock
|
||||||
- run: bun install
|
- run: bun install
|
||||||
|
- name: Explicitly install rollup linux
|
||||||
|
run: bun add @rollup/rollup-linux-x64-gnu
|
||||||
- run: bun run build
|
- run: bun run build
|
||||||
- name: Configure npm credentials
|
- name: Configure npm credentials
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user