Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Feb 2, 2024
1 parent 2faaa03 commit 58bb609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -38,7 +38,7 @@ if [ $1 = "prepare" ]; then
cd $dir || exit

# dependencies
composer install --no-dev --prefer-dist --optimize-autoloader
composer install --prefer-dist --optimize-autoloader

echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
exit
Expand Down

0 comments on commit 58bb609

Please sign in to comment.