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
+1 -1
View File
@@ -17,7 +17,7 @@ ENV API_URL=$API_URL
ARG SCORO_URL
ENV SCORO_URL=$SCORO_URL
RUN expo build:web
RUN yarn tsc && expo build:web
# Serve the app
FROM nginx:1.21-alpine