We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979d5b5 commit 5c2d0f1Copy full SHA for 5c2d0f1
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
"dockerfile": "Dockerfile"
5
},
6
"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",
+ "postCreateCommand": "yarn && curl -s https://install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
8
"customizations": {
9
// Configure properties specific to VS Code.
10
"vscode": {
0 commit comments