diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-08-16 19:13:12 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-08-16 19:13:12 +0300 |
| commit | 14f824f65d7933f33f647d478009fef83c9273f7 (patch) | |
| tree | 1b7d840e6b11c2cedf43062eaf403fc3a6f15920 /.drone.yml | |
| parent | a4e0072a9cf1c6a957251bbc1a9a927f7b75f89a (diff) | |
Do thingmaster
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ pipeline: image: node:10 commands: - npm ci - - npm lint + - npm run lint - npm test |
