From 493af0ec26824e181c293e77e301d3ce4b0cd80d Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 2 Nov 2023 22:48:44 +0100 Subject: [PATCH] feat(gh-codespace): prebuild the project --- .devcontainer/setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index d1179954a..93d66a0eb 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -15,4 +15,6 @@ cp __build_all.sh__ ../../build_all.sh cp __c_cpp_properties.json__ ../../.vscode/c_cpp_properties.json cp __settings.json__ ../../.vscode/settings.json -chmod +x ../../build_all.sh \ No newline at end of file +cd ../../ +chmod +x build_all.sh +./build_all.sh