From 243b56ed07344012119b6d765b743e91e0035c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 08:54:46 +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 002ca6e..b422864 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run android + - npm run web - name: code-analysis image: node:latest