chore: update drone.yml

This commit is contained in:
2023-05-15 11:11:45 +01:00
parent c9968a86d8
commit d115b93eb1

View File

@ -23,6 +23,7 @@ steps:
- npx @crowdin/cli pull -b main -T $CTOKEN
- yarn workspace @snort/app format
- git diff
- git add .
- git commit -a -m "Update translations"
- git push -u origin lang
---