mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 05:18:01 -05:00
Add build script
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/DanTehrani/spartan-wasm.git",
|
||||
"author": "Daniel Tehrani <contact@dantehrani.com>",
|
||||
"scripts": {
|
||||
"build": "sh ./scripts/build.sh && lerna run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.49.0",
|
||||
|
||||
4
scripts/build.sh
Normal file
4
scripts/build.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
sh ./scripts/build_wasm.sh &&
|
||||
sh ./scripts/addr_membership_circuit.sh &&
|
||||
sh ./scripts/pubkey_membership_circuit.sh
|
||||
Reference in New Issue
Block a user