Put exit clause on makepot script

This commit is contained in:
roykho 2022-04-27 12:33:37 -07:00
parent ca02a49bff
commit 0feaf3a9de
No known key found for this signature in database
GPG Key ID: 00D6C128DC6E0F71
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pnpm run build || exit "$?"
echo "Cleaning up PHP dependencies..."
composer install --no-dev || exit "$?"
echo "Run makepot..."
composer run-script makepot
composer run-script makepot || exit "$?"
echo "Syncing files..."
rsync -rc --exclude-from="$PROJECT_PATH/.distignore" "$PROJECT_PATH/" "$DEST_PATH/" --delete --delete-excluded