We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae2e61 commit 47ab232Copy full SHA for 47ab232
packages/synth-wasm-js/package.json
@@ -15,8 +15,7 @@
15
"build:wasm": "cd ../../crates/wasm-js && wasm-pack build --target web --release && cp pkg/* ../../packages/synth-wasm-js/wasm/",
16
"build": "bun run build:wasm && bun run build:js",
17
"build:js": "bunup",
18
- "test": "bun test",
19
- "prepack": "bun run build:js"
+ "test": "bun test"
20
},
21
"keywords": [
22
"javascript",
packages/synth-wasm-md/package.json
@@ -16,8 +16,7 @@
"test": "bun test",
- "bench": "bun bench/unified.bench.ts",
+ "bench": "bun bench/unified.bench.ts"
23
"markdown",
0 commit comments