Skip to content

Commit 220544f

Browse files
committed
fix(xl-typst-compiler): package wasm without Rust build artifacts
1 parent 7320502 commit 220544f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

packages/xl-typst-compiler/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
"dist",
1515
"types",
1616
"src",
17-
"pkg",
18-
"rust",
17+
"pkg/blocknote_typst_wasm.js",
18+
"pkg/blocknote_typst_wasm.d.ts",
19+
"pkg/blocknote_typst_wasm_bg.wasm",
20+
"pkg/blocknote_typst_wasm_bg.wasm.d.ts",
21+
"rust/src",
22+
"rust/Cargo.toml",
23+
"rust/Cargo.lock",
24+
"rust/rust-toolchain.toml",
1925
"README.md",
2026
"scripts"
2127
],

0 commit comments

Comments
 (0)