From 60329ef1439733c880d121dd6b218480f6806aca Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 17 Aug 2022 15:55:38 +0200 Subject: [PATCH] drone: fix using npm ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b0d7165..997a3c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: node:16 commands: - node ./test-server/node-http.js & - - npm ci + - npm i - npm run test:nowatch - npm run build @@ -20,6 +20,6 @@ steps: image: node commands: - node ./test-server/node-http.js & - - npm ci + - npm i - npm run test:nowatch - npm run build \ No newline at end of file