Skip to content

Commit

Permalink
Copy deno config to web-wrapper folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
fergcb committed Dec 21, 2024
1 parent 8fb9734 commit 256d90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: deno task build:web
- name: Publish to NPM Registry
run: |
cp deno.jsonc ./web-wrapper
cd ./web-wrapper
yarn publish
env:
Expand Down

0 comments on commit 256d90c

Please sign in to comment.