Skip to content

Commit

Permalink
fix(cli): Unbox should set up the accounts package (AztecProtocol#3972)
Browse files Browse the repository at this point in the history
Should fix the following reported by @jzaki:

```
...
YN0001: │ Error: @aztec/accounts@portal:.aztec-packages/yarn-project/accounts::locator=%40aztec%2Fbox-blank%40workspace%3A.: Manifest not found
...
```
  • Loading branch information
spalladino authored Jan 12, 2024
1 parent f3104ac commit 065e988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/cli/src/cmds/unbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 065e988

Please sign in to comment.