Skip to content

Commit 9b62faf

Browse files
committed
fix: copy WASM output to verifier-ts for typecheck path alias
1 parent d161395 commit 9b62faf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Build WASM
4747
run: npm run build:wasm
4848

49+
- name: Copy WASM to verifier-ts (for typecheck path alias)
50+
run: cp -r wasm ../auths/packages/auths-verifier-ts/wasm
51+
4952
- name: Type check
5053
run: npm run typecheck
5154

0 commit comments

Comments
 (0)