We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 959b451 + eb2b2b1 commit 29a9b8eCopy full SHA for 29a9b8e
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"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",
11
"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"
+ "build:landing": "pnpm build && (cargo test test_by_testcase || node -e \"process.exit(0)\") && pnpm -F landing build"
13
},
14
"devDependencies": {
15
"braillify": "workspace:*",
0 commit comments