added -y to project update script

This commit is contained in:
naomi 2022-04-08 11:33:13 +01:00
parent 11dcca4e07
commit 5a6d09e1ce
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
git pull && composer install && drush config:import --source=../config
git pull && composer install && drush config:import --source=../config -y