Skip to content

Commit 5c2d0f1

Browse files
authored
Update devcontainer.json
1 parent 979d5b5 commit 5c2d0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "Dockerfile"
55
},
66
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
7-
"postCreateCommand": "curl -s https://install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
7+
"postCreateCommand": "yarn && curl -s https://install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
88
"customizations": {
99
// Configure properties specific to VS Code.
1010
"vscode": {

0 commit comments

Comments
 (0)