1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix package.json

This commit is contained in:
dark64 2020-02-04 17:48:36 +01:00
parent e1c26afe5d
commit 0e665940b4

View file

@ -22,8 +22,8 @@
"cargo:build": "cargo build --target=wasm32-unknown-unknown",
"wasm-pack:build": "wasm-pack build --out-name index --release --target bundler",
"setup": "npm install && gulp stdlib",
"prebuild": "rimraf pkg && npm run setup",
"build": "npm run wasm-pack:build",
"prebuild": "npm run setup",
"build": "rimraf pkg && npm run wasm-pack:build",
"pretest": "npm run setup",
"test": "mocha --require esm --recursive tests"
},