From 6773153f123d398f0c13d1c5ce69dfff16003f9b Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Fri, 12 Jan 2024 09:17:55 -0300 Subject: [PATCH] fix(cli): Unbox should set up the accounts package --- yarn-project/cli/src/cmds/unbox.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/cli/src/cmds/unbox.ts b/yarn-project/cli/src/cmds/unbox.ts index 0d70ea42a558..51eed3345a9c 100644 --- a/yarn-project/cli/src/cmds/unbox.ts +++ b/yarn-project/cli/src/cmds/unbox.ts @@ -63,6 +63,7 @@ function copyDependenciesToBox(dirName: string, destPath: string) { 'barretenberg/ts', 'yarn-project/aztec-nr', 'yarn-project/noir-protocol-circuits', + 'yarn-project/accounts', 'yarn-project/aztec.js', 'yarn-project/circuits.js', 'yarn-project/foundation',