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-01 11:32:00 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-01 11:32:00 +0300
commit5b96b6f295aebd3563956e9ef58dbf97034d1c02 (patch)
tree024faea95321bfbe99a9d01d19c6dd742789841c /.drone.yml
parentfca60845347e9213ed5d5acbba2e345f7da5b04b (diff)
Setup NPM instead of a different handlebar version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 0b04bbb39..41fccf93d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,7 +15,7 @@ steps:
- name: check-handlebars-templates
image: node:lts
commands:
- - npm install -g handlebars
+ - make npm-init
- ./check-handlebars-templates.sh
trigger: