We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9cfc8 commit 90b2888Copy full SHA for 90b2888
1 file changed
docs/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "preprocess": "./scripts/codegen_nargo_reference.sh && yarn node ./scripts/preprocess/index.js",
+ "preprocess": "yarn workspace @noir-lang/acvm_js build && ./scripts/codegen_nargo_reference.sh && yarn node ./scripts/preprocess/index.js",
7
"start": "yarn preprocess && docusaurus start",
8
"build": "yarn preprocess && yarn version::stables && docusaurus build",
9
"version::stables": "ts-node ./scripts/setStable.ts",
0 commit comments