Install composer deps with --no-dev

This commit is contained in:
slawkens 2023-06-03 06:47:06 +02:00
parent c247789adf
commit 82092338d6

View File

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