From 6b54b974f8e91feea82154e0bec0d6eaf57532fc Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 30 Sep 2019 16:20:44 +0200 Subject: Use handlebars from node_modules (on CI) Signed-off-by: Christoph Wurst --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index b1d7fb73e3f..4ead024e5ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,7 +82,7 @@ steps: - name: handlebars image: node commands: - - npm install handlebars -g + - npm i - ./build/compile-handlebars-templates.sh trigger: -- cgit v1.2.3