diff --git a/push_project.sh b/push_project.sh index 90ee485..0d698c4 100755 --- a/push_project.sh +++ b/push_project.sh @@ -1 +1 @@ -composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project" +composer update && drush config:export --destination=../config -y && git add . && git commit -m "Updated project"