Install composer deps with --no-dev

This commit is contained in:
slawkens 2023-06-03 06:47:06 +02:00
parent 9868b41a61
commit 98d4d3fcf0

View File

@ -38,7 +38,7 @@ if [ $1 = "prepare" ]; then
cd $dir || exit
# dependencies
composer install
composer install --no-dev
echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
exit