From 7ce5248ec70950f0eefde329439b7cef05fdd4ad Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Thu, 14 Sep 2023 10:18:35 -0400 Subject: [PATCH] try not setting 3 other params, let build system figure it out --- build_manifest.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build_manifest.json b/build_manifest.json index 1b20f576e96..6c151014186 100644 --- a/build_manifest.json +++ b/build_manifest.json @@ -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",