aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-08-16 18:55:13 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-08-16 18:55:13 +0300
commit331b2cd1e8f26c49f923038ee392a903f458c229 (patch)
treef6e15d9443982d9cc4ea0698c38a6c84285de286 /.drone.yml
parent3027d0cc61dd6e14b4cd665c4062273c6051420d (diff)
Add ava for testing
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 2c7e322..cda2e1f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,4 +3,5 @@ pipeline:
image: node:10
commands:
- npm ci
+ - npm lint
- npm test