diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 63f0699..b0a0e77 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ } }, // Install required modules - "updateContentCommand": "corepack enable && pnpm install --frozen-lockfile", + "updateContentCommand": "pnpm install --frozen-lockfile", // Start dev server "postAttachCommand": "pnpm run dev" }