Update release.sh

This commit is contained in:
slawkens 2024-05-18 21:53:41 +02:00
parent 39e682dfd2
commit 06f228509b

View File

@ -39,6 +39,7 @@ if [ $1 = "prepare" ]; then
# dependencies
composer install --prefer-dist --optimize-autoloader
npm install
echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
exit