From db1250015a14684931c5d6cb8f97ad6d53d376b0 Mon Sep 17 00:00:00 2001 From: Smultar Date: Sat, 6 Jan 2024 20:19:23 -0600 Subject: [PATCH] Container now installs on build --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"