Skip to content

Commit 29a9b8e

Browse files
authored
Merge pull request #37 from dev-five-git/update-rust
Skip test
2 parents 959b451 + eb2b2b1 commit 29a9b8e

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
@@ -9,7 +9,7 @@
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",
1010
"preinstall": "uv sync",
1111
"build": "cargo build --release && pnpm -F braillify build && cd packages/python && maturin build --release --out dist",
12-
"build:landing": "pnpm build && (cargo test test_by_testcase || echo.) && pnpm -F landing build"
12+
"build:landing": "pnpm build && (cargo test test_by_testcase || node -e \"process.exit(0)\") && pnpm -F landing build"
1313
},
1414
"devDependencies": {
1515
"braillify": "workspace:*",

0 commit comments

Comments
 (0)