Skip to content

Commit

Permalink
fix: use yarn to run lingui
Browse files Browse the repository at this point in the history
  • Loading branch information
meypod committed Dec 11, 2022
1 parent d5292e5 commit ff63b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Compile lingui.js locales
run: |
sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js
npx lingui compile
sed "s/<TRANSLATION_IO_APIKEY>//" lingui.config.js.example > lingui.config.js;
yarn lingui compile;
- name: Make Gradlew Executable
run: cd android && chmod +x ./gradlew
Expand Down

0 comments on commit ff63b2d

Please sign in to comment.