From 4b27f79e550a7eea82e2742fcfbf354b50c33cce Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sun, 12 Feb 2023 13:50:39 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f67619a..fdbad81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: - cd ./src/FLAD/ - npm install expo-cli - npm install - - npx expo build:android - - npx expo build:ios + - npx expo build - name: code-analysis image: node:latest