diff --git a/drone.yml b/drone.yml index 1f4b931..1e08fad 100644 --- a/drone.yml +++ b/drone.yml @@ -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 \ No newline at end of file + - npm run build \ No newline at end of file