diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b64867b..0307a6b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ } }, - "postCreateCommand": "yarn install", + "postCreateCommand": "corepack enable && yarn install", // Configure tool-specific properties. "customizations": {