bug: fix crowdin upload
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-05-17 10:47:09 +01:00
parent 2c9569d3f9
commit 00b4a25625
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -27,7 +27,7 @@ steps:
- git config --global user.name "Drone CI"
- git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git
- yarn install
- npx @crowdin/cli upload -b main -T $CTOKEN
- npx @crowdin/cli upload sources -b main -T $CTOKEN
- npx @crowdin/cli pull -b main -T $CTOKEN
- yarn workspace @snort/app format
- git diff