Skip to content

Commit 20a0477

Browse files
authored
chore: fix wasm pkg folders not being published (#259)
1 parent f985c33 commit 20a0477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Build the web SDK package
7070
run: pnpm nx build web-sdk
7171

72+
- name: Remove .gitignore from WASM packages
73+
run: |
74+
rm -f packages/sdk-platforms/web/pkg-bundler/.gitignore
75+
rm -f packages/sdk-platforms/web/pkg-node/.gitignore
76+
7277
- name: Prepare package.json
7378
working-directory: packages/sdk-4337
7479
run: node prepare-package.mjs

0 commit comments

Comments
 (0)