From f9694b0d4532d1c6e44da2103fc3d509c0c0112a Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sun, 12 Feb 2023 13:24:31 +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, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b115581..faada1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: image: node:17.9.0 commands: - cd ./src/FLAD/ - - npm run build + - npm install expo-cli + - npx expo start # build CONTAINER for sonar on flutter IMAGE - name: code-analysis image: node:17.9.0