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