Fix: drone pipeline
continuous-integration/drone/push Build is passing Details

master
May B. 2020-04-17 08:14:49 +00:00
parent 6c4c843a2f
commit 94d62f2afc
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ steps:
image: node
commands:
- npm install
- npm test:coverage
- npm run test:coverage
- name: build
image: node
commands:
- npm install
- npm build
- npm run build