From ebdec0172d011d16174b1865a6132c41b827679f Mon Sep 17 00:00:00 2001 From: Martin Eckardt Date: Mon, 4 Mar 2024 15:37:37 +0000 Subject: [PATCH] Add build --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f41a337..58c463a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,5 +7,7 @@ "remoteEnv": { "PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/bin" - } + }, + + "postCreateCommand": "scripts/build.sh" } \ No newline at end of file