Skip to content

Commit 550541b

Browse files
committed
update: preinstall
1 parent 5f63206 commit 550541b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "pnpm -r lint",
99
"test": "cargo tarpaulin --out xml --out stdout -- --skip test_by_testcase && vitest test --run && pnpm -r test && cd py-test && uv run pytest __init__.py",
10-
"preinstall": "uv sync",
10+
"preinstall": "uv sync && cargo install wasm-pack && pip install maturin",
1111
"build": "cargo build --release && pnpm -F braillify build && cd packages/python && maturin build --release --out dist",
1212
"build:landing": "pnpm build && (cargo test test_by_testcase || node -e \"process.exit(0)\") && pnpm -F landing build"
1313
},

0 commit comments

Comments
 (0)