We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bun install
1 parent b0028ee commit d47398dCopy full SHA for d47398d
package.json
@@ -46,6 +46,7 @@
46
"dev": "vite --port 8000",
47
"demo": "node demo/bin/demo.js",
48
"demo:dev": "node demo/bin/demo.js --dev",
49
+ "prebuild": "bun install",
50
"build": "bun run clean && bun run build:wasm && bun run build:lib && bun run build:wasm-copy",
51
"build:wasm": "./scripts/build-wasm.sh",
52
"build:lib": "vite build",
0 commit comments