Browse Source

`bindings/cashu-js` update justfile

thesimplekid 1 year ago
parent
commit
795e39d201
2 changed files with 5 additions and 3 deletions
  1. 5 0
      bindings/cashu-js/justfile
  2. 0 3
      bindings/cashu-js/package.json

+ 5 - 0
bindings/cashu-js/justfile

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

+ 0 - 3
bindings/cashu-js/package.json

@@ -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"
   }
 }