We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d161395 commit 9b62fafCopy full SHA for 9b62faf
1 file changed
.github/workflows/ci.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Build WASM
47
run: npm run build:wasm
48
49
+ - name: Copy WASM to verifier-ts (for typecheck path alias)
50
+ run: cp -r wasm ../auths/packages/auths-verifier-ts/wasm
51
+
52
- name: Type check
53
run: npm run typecheck
54
0 commit comments