From 8949b2550728e6d2bf1f5d3d943093c08c1c9e92 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 19 Mar 2023 00:04: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 141c0e8..bf19a3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: install dependencies image: node:16-alpine commands: - - npm install + - npm install --save-dev jest ts-jest @types/jest - name: run tests image: node:16-alpine