Skip to content

Commit dbf4916

Browse files
author
devcontainers-bot
committed
chore: remove nested .yarn and backup lockfiles; rely on repo-local yarnPath and Corepack
1 parent 892fa7c commit dbf4916

File tree

13 files changed

+10571
-2705
lines changed

13 files changed

+10571
-2705
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
55
"ghcr.io/devcontainers/features/azure-cli:1": {}
66
},
7-
"postCreateCommand": "npm install -g @devcontainers/cli",
7+
"postCreateCommand": "corepack enable && corepack prepare yarn@4.9.4 --activate && npm install -g @devcontainers/cli",
88
"customizations": {
99
"vscode": {
1010
"extensions": [

0 commit comments

Comments
 (0)