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

This commit is contained in:
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 image: node
commands: commands:
- npm install - npm install
- npm test:coverage - npm run test:coverage
- name: build - name: build
image: node image: node
commands: commands:
- npm install - npm install
- npm build - npm run build