aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index cda2e1f..eeb6316 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,5 +3,5 @@ pipeline:
image: node:10
commands:
- npm ci
- - npm lint
+ - npm run lint
- npm test