From 2fa0fc23b13539e61912c3fac55b72d35fa6f177 Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Wed, 21 Sep 2022 11:17:02 -0400 Subject: [PATCH] drone : npm install --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 18669ce..2600890 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,6 @@ steps: - name: start image: node:16-alpine commands: + - "npm install" - "npm test -- --watchAll=false" - "npm build"