Files
anonklub/pkgs/halo2-wasm-ext/package.json
sripwoud 0121dbe341 fix: build all wasm packages with turbo (#493)
* fix: build all wasm packages

* remove eth membrship worker filter

* chore: update package.json

* refactor: add wasm-pack and rimraf deps

* chore: update `.tool-versions`
2024-08-21 22:43:22 +02:00

11 lines
238 B
JSON

{
"name": "@anonklub/halo2-wasm-ext",
"private": true,
"scripts": {
"format.cargo": "cargo fmt -- --check",
"format.cargo.fix": "cargo fmt",
"lint.cargo": "cargo clippy",
"lint.cargo.fix": "cargo clippy --fix"
}
}