Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 7, 2023
1 parent 321d1f0 commit 359fc35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@
"types"
]
},
"aztec-cli": {
"cli": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-cli",
"dockerfile": "aztec-cli/Dockerfile",
"rebuildPatterns": ["^yarn-project/aztec-cli/"],
"projectDir": "yarn-project/cli",
"dockerfile": "cli/Dockerfile",
"rebuildPatterns": ["^yarn-project/cli/"],
"dependencies": [
"aztec.js",
"ethereum",
Expand Down

0 comments on commit 359fc35

Please sign in to comment.