fix package.json
This commit is contained in:
parent
e1c26afe5d
commit
0e665940b4
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
"cargo:build": "cargo build --target=wasm32-unknown-unknown",
|
"cargo:build": "cargo build --target=wasm32-unknown-unknown",
|
||||||
"wasm-pack:build": "wasm-pack build --out-name index --release --target bundler",
|
"wasm-pack:build": "wasm-pack build --out-name index --release --target bundler",
|
||||||
"setup": "npm install && gulp stdlib",
|
"setup": "npm install && gulp stdlib",
|
||||||
"prebuild": "rimraf pkg && npm run setup",
|
"prebuild": "npm run setup",
|
||||||
"build": "npm run wasm-pack:build",
|
"build": "rimraf pkg && npm run wasm-pack:build",
|
||||||
"pretest": "npm run setup",
|
"pretest": "npm run setup",
|
||||||
"test": "mocha --require esm --recursive tests"
|
"test": "mocha --require esm --recursive tests"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue