From 097727acd5ef4cdd3b0d29d782c12bbe02c525a9 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Fri, 10 Mar 2023 20:26:53 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 23506a6..33accbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - name: build image: node commands: + - npm install -g create-react-app@5.0.1 - cd src/ - npm run build