From 5e5299feaf6286dea4f9206c6b640558231b6d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 2 Nov 2020 10:03:40 +0100 Subject: [PATCH] Use npm ci for handlebars build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e5861138648..1302870c118 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,7 +73,7 @@ steps: - name: handlebars image: node commands: - - npm i + - npm ci - ./build/compile-handlebars-templates.sh trigger: