From 3c1c537a1ae65da75e516f79821f6477ebee0148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 08:21:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a4fc85b..002ca6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run + - npm run android - name: code-analysis image: node:latest