mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-10 14:38:04 -05:00
Fix
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc && yarn loadWasm && sh ./copy_artifacts.sh",
|
||||
"build": "yarn loadWasm && tsc && sh ./copy_artifacts.sh",
|
||||
"prepublishOnly": "yarn build",
|
||||
"prepare": "yarn loadWasm",
|
||||
"loadWasm": "ts-node ./load_wasm.ts"
|
||||
|
||||
@@ -13,7 +13,6 @@ export interface NIZK {
|
||||
}
|
||||
|
||||
export interface ProverConfig {
|
||||
proverWasm?: string;
|
||||
witnessGenWasm: string;
|
||||
circuit: string;
|
||||
enableProfiler?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user