Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: aztec-cli unbox "really empty box" #2388

Merged
merged 21 commits into from
Sep 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update yarnbase dockerfile
dan-aztec committed Sep 19, 2023
commit 5a807825816f82b6439884248fd53ea268e21c1a
1 change: 1 addition & 0 deletions yarn-project/yarn-project-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ COPY aztec.js/package.json aztec.js/package.json
COPY aztec.js/package.local.json aztec.js/package.local.json
COPY canary/package.json canary/package.json
COPY boxes/private-token/package.json boxes/private-token/package.json
COPY boxes/blank/package.json boxes/blank/package.json
COPY docs/package.json docs/package.json
COPY end-to-end/package.json end-to-end/package.json
COPY ethereum/package.json ethereum/package.json