CI: Before running build, run tsc

This commit is contained in:
Arthur Jamet
2023-06-08 09:36:11 +01:00
parent c4c4361ff9
commit ff0fc7a8ae
4 changed files with 1269 additions and 1271 deletions
+4 -1
View File
@@ -42,6 +42,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Type Check
run: yarn tsc
- name: 🏗 Setup Expo
uses: expo/expo-github-action@v7
@@ -52,7 +55,7 @@ jobs:
- name: Build Android APK
run: |
eas build -p android --profile debug --local --non-interactive
eas build -p android --profile production --local --non-interactive
mv *.apk chromacase.apk
- name: Upload Artifact