From 1e9270ba38b10b99a1bf719b8dedcee58ccbc390 Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 7 Sep 2023 09:26:22 +0000 Subject: [PATCH] yarn prepare --- build_manifest.json | 1 + yarn-project/canary/tsconfig.json | 2 +- yarn-project/end-to-end/tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build_manifest.json b/build_manifest.json index 0332e74dea3..bbb6aea3a9f 100644 --- a/build_manifest.json +++ b/build_manifest.json @@ -272,6 +272,7 @@ "aztec-sandbox", "aztec.js", "circuits.js", + "cli", "ethereum", "foundation", "l1-artifacts", diff --git a/yarn-project/canary/tsconfig.json b/yarn-project/canary/tsconfig.json index ce5d6bbf22f..3e6bccafeb4 100644 --- a/yarn-project/canary/tsconfig.json +++ b/yarn-project/canary/tsconfig.json @@ -23,7 +23,7 @@ "path": "../aztec.js" }, { - "path": "../aztec-cli" + "path": "../cli" }, { "path": "../foundation" diff --git a/yarn-project/end-to-end/tsconfig.json b/yarn-project/end-to-end/tsconfig.json index 402777d34bd..fc28ba0b96e 100644 --- a/yarn-project/end-to-end/tsconfig.json +++ b/yarn-project/end-to-end/tsconfig.json @@ -25,7 +25,7 @@ "path": "../circuits.js" }, { - "path": "../aztec-cli" + "path": "../cli" }, { "path": "../ethereum"