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:
parent
f705e9c41f
commit
3f9c2f2dca
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue