Merge branch 'main' of github.com:joel-st/kunkun-nostr-goto-repo

This commit is contained in:
Lone 2025-03-14 10:38:53 +00:00
commit 0ab45fb465

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