Skip to content

Commit 8f133bf

Browse files
committed
temp: fix wasm-pack
1 parent 4fbdc66 commit 8f133bf

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ jobs:
374374
test -f rivetkit-typescript/packages/rivetkit-wasm/pkg/rivetkit_wasm.js
375375
test -f rivetkit-typescript/packages/rivetkit-wasm/pkg/rivetkit_wasm.d.ts
376376
test -f rivetkit-typescript/packages/rivetkit-wasm/pkg/rivetkit_wasm_bg.wasm
377-
378377
- name: Place native binaries in platform packages
379378
run: |
380379
NATIVE_DIR=rivetkit-typescript/packages/rivetkit-napi

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"@codemirror/view": "6.38.2",
5555
"@codemirror/autocomplete": "6.18.7",
5656
"@codemirror/commands": "6.8.1",
57-
"@codemirror/lint": "6.8.5"
57+
"@codemirror/lint": "6.8.5",
58+
"wasm-pack": "=0.13.1"
5859
}
5960
}
6061
}

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)