Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-16 11:12:12 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-16 11:12:12 +0300
commit83ae8d930e4b4615fc3fd780aa4be8d93075f370 (patch)
tree645c7510950fee8528a34ee2badfbac253b5b93c /.drone.yml
parent9203f905d78a71758653936bf22e5910f325d186 (diff)
Try to fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 13eb16d5b..5ef31f384 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -34,6 +34,7 @@ steps:
- name: eslint
image: node:lts
commands:
+ - make dev-setup
- make lint
trigger: