Do not include phpstan into release

This commit is contained in:
slawkens
2024-05-18 22:19:23 +02:00
parent 301afe190b
commit c5aa9a4684
3 changed files with 335 additions and 338 deletions

View File

@@ -38,7 +38,7 @@ if [ $1 = "prepare" ]; then
cd $dir || exit
# dependencies
composer install --prefer-dist --optimize-autoloader
composer install --no-dev --prefer-dist --optimize-autoloader
npm install
# node_modules is useless, we already have copy in tools/ext