0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Reduced extra work in onCreateCommand

This commit is contained in:
Chris Raible 2024-10-25 23:21:09 +00:00
parent f705e9c41f
commit 3f9c2f2dca

View file

@ -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