Skip to content

Commit

Permalink
break up wr build
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent 7d0b0de commit 0d098cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build Worker Relay
run: pnpm --filter @nostrwatch/worker-relay build
run: |
pnpm --filter @nostrwatch/worker-relay run clean
pnpm --filter @nostrwatch/worker-relay run tsc
pnpm --filter @nostrwatch/worker-relay run copy:wasm
pnpm --filter @nostrwatch/worker-relay run build:esm
- name: Build GUI
run: pnpm --filter @nostrwatch/gui
Expand Down

0 comments on commit 0d098cd

Please sign in to comment.