From 0ebac2ac6d78a6ebd3fabd906026c6b537ed9f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 2 Dec 2022 15:58:52 +0000 Subject: [PATCH] fixup! --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 66590a224..74654ed18 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,5 +11,5 @@ "memory": "8gb", "storage": "32gb" }, - "postCreateCommand": "bash -i -c 'nvm use && npm install'" + "postCreateCommand": "bash -i -c 'nvm use && npm install && cp tsconfig.web.json tsconfig.json'" }