@dojoengine/utils-wasm
Advanced tools
Comparing version
{ | ||
"name": "@dojoengine/utils-wasm", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "dojo: wasm utils ", | ||
@@ -28,6 +28,8 @@ "author": "dojo", | ||
"scripts": { | ||
"build-wasm": "cd crate && ./build.sh", | ||
"build": "npm run build-wasm && tsc", | ||
"build:wasm": "cd crate && sh ./build.sh", | ||
"build": "pnpm build:wasm", | ||
"format:check": "prettier --check .", | ||
"format": "prettier --write .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
28699
0.25%