From 7995f60470860549f6be34e5e29f34be5ac0dc27 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Fri, 25 Nov 2022 12:00:36 +0100 Subject: [PATCH] remove create command from devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fda36f5..7acc182 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Node.js & TypeScript", "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", - "postCreateCommand": "npm i && npm run build:os" + // "postCreateCommand": "npm i && npm run build:os" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},