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..."
|
echo "Setting up local config file..."
|
||||||
node .devcontainer/createLocalConfig.js
|
node .devcontainer/createLocalConfig.js
|
||||||
|
|
||||||
echo "Cleaning up any previous installs..."
|
# echo "Cleaning up any previous installs..."
|
||||||
yarn clean:hard
|
# yarn clean:hard
|
||||||
|
|
||||||
echo "Installing dependencies..."
|
# echo "Installing dependencies..."
|
||||||
yarn install
|
# yarn install
|
||||||
|
|
||||||
echo "Updating git submodules..."
|
echo "Updating git submodules..."
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in a new issue