diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e0b77e44..75537631 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,7 +41,7 @@ "runArgs": ["--name", "wf.emulator"], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "yarn install", + "postCreateCommand": "pnpm i", // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. "remoteUser": "root"