aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-08-16 19:13:12 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-08-16 19:13:12 +0300
commit14f824f65d7933f33f647d478009fef83c9273f7 (patch)
tree1b7d840e6b11c2cedf43062eaf403fc3a6f15920
parenta4e0072a9cf1c6a957251bbc1a9a927f7b75f89a (diff)
Do thingmaster
-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