drone: fix using npm ci
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0bbf999838
commit
60329ef143
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- npm ci
|
- npm i
|
||||||
- npm run test:nowatch
|
- npm run test:nowatch
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
|
@ -20,6 +20,6 @@ steps:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- node ./test-server/node-http.js &
|
- node ./test-server/node-http.js &
|
||||||
- npm ci
|
- npm i
|
||||||
- npm run test:nowatch
|
- npm run test:nowatch
|
||||||
- npm run build
|
- npm run build
|
Loading…
Add table
Add a link
Reference in a new issue