From 3f9c2f2dcaa4bb406b79b6038480bc1cc16e6f9e Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Fri, 25 Oct 2024 23:21:09 +0000 Subject: [PATCH] Reduced extra work in onCreateCommand --- .devcontainer/onCreateCommand.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/onCreateCommand.sh b/.devcontainer/onCreateCommand.sh index a227848dc5..983e2e6ac9 100755 --- a/.devcontainer/onCreateCommand.sh +++ b/.devcontainer/onCreateCommand.sh @@ -5,11 +5,11 @@ set -e echo "Setting up local config file..." node .devcontainer/createLocalConfig.js -echo "Cleaning up any previous installs..." -yarn clean:hard +# echo "Cleaning up any previous installs..." +# yarn clean:hard -echo "Installing dependencies..." -yarn install +# echo "Installing dependencies..." +# yarn install echo "Updating git submodules..." git submodule update --init --recursive