From 9cd8bb4371c421bc82f87cd50e1978ee02191f2b 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 0332e74dea37..bbb6aea3a9fe 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 ce5d6bbf22ff..3e6bccafeb4c 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 402777d34bdd..fc28ba0b96e1 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"