Skip to content

Commit

Permalink
try not setting 3 other params, let build system figure it out
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-aztec committed Sep 14, 2023
1 parent 4609309 commit 7ce5248
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,7 @@
},
"boxes": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/boxes/private-token/",
"dockerfile": "boxes/private-token/Dockerfile",
"rebuildPatterns": ["^yarn-project/boxes/"],
"dependencies": [
"aztec.js",
"cli",
"circuits.js",
"foundation"
]
"projectDir": "yarn-project/boxes/private-token"
},
"canary-build": {
"buildDir": "yarn-project",
Expand Down

0 comments on commit 7ce5248

Please sign in to comment.