drone: fix using npm ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-17 15:55:38 +02:00
parent 0bbf999838
commit 60329ef143

View file

@ -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