Skip to content

Commit

Permalink
Tweak deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Arntz committed Apr 17, 2018
1 parent 01fd912 commit 75a0cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [ -f composer.lock ]
then rm composer.lock
fi
rm -rf vendor/
composer install --prefer-dist --no-dev --quiet
composer install --prefer-dist --no-dev
echo "Done."

printf "Installing NPM dependencies..."
Expand Down

0 comments on commit 75a0cab

Please sign in to comment.