chore: cleanup node buildscripts

This commit is contained in:
2026-01-20 18:26:48 +01:00
parent bd0c2eaacd
commit 64ac28f60c
19 changed files with 20 additions and 102 deletions

View File

@@ -1,6 +0,0 @@
{
"scripts": {
"build": "cargo build --target wasm32-unknown-unknown --release && mkdir -p pkg && cp ../../../../target/wasm32-unknown-unknown/release/out.wasm ./pkg/node.wasm",
"dev": "cargo watch -s 'wasm-pack build --dev --out-name index --no-default-features'"
}
}