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