bindings/cashu-js update justfile

This commit is contained in:
thesimplekid
2023-09-26 20:23:25 +01:00
parent e6beabd7e7
commit 795e39d201
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
build:
wasm-pack build
build:
wasm-pack pack

View File

@@ -37,8 +37,5 @@
"node": ">= 10"
},
"scripts": {
"build": "WASM_PACK_ARGS=--release ./scripts/build.sh",
"build:dev": "WASM_PACK_ARGS=--dev ./scripts/build.sh",
"package": "npm run build && npm pack"
}
}