Skip to content

Commit

Permalink
fix: broken bootstrap.sh after renaming aztec-cli dir as cli (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan authored Sep 7, 2023
1 parent 861f960 commit 2386781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"references": [
{ "path": "acir-simulator/tsconfig.json" },
{ "path": "archiver/tsconfig.json" },
{ "path": "aztec-cli/tsconfig.json" },
{ "path": "aztec.js/tsconfig.json" },
{ "path": "aztec-node/tsconfig.json" },
{ "path": "aztec-rpc/tsconfig.json" },
{ "path": "aztec-sandbox/tsconfig.json" },
{ "path": "canary/tsconfig.json" },
{ "path": "circuits.js/tsconfig.json" },
{ "path": "cli/tsconfig.json" },
{ "path": "end-to-end/tsconfig.json" },
{ "path": "foundation/tsconfig.json" },
{ "path": "key-store/tsconfig.json" },
Expand Down

0 comments on commit 2386781

Please sign in to comment.