Skip to content

Commit 90b2888

Browse files
committed
chore: fix docs builds (#4593)
1 parent ee9cfc8 commit 90b2888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"preprocess": "./scripts/codegen_nargo_reference.sh && yarn node ./scripts/preprocess/index.js",
6+
"preprocess": "yarn workspace @noir-lang/acvm_js build && ./scripts/codegen_nargo_reference.sh && yarn node ./scripts/preprocess/index.js",
77
"start": "yarn preprocess && docusaurus start",
88
"build": "yarn preprocess && yarn version::stables && docusaurus build",
99
"version::stables": "ts-node ./scripts/setStable.ts",

0 commit comments

Comments
 (0)