Use npm ci for handlebars build

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-11-02 10:03:40 +01:00
parent 1b52a2d3cc
commit 5e5299feaf
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -73,7 +73,7 @@ steps:
- name: handlebars
image: node
commands:
- npm i
- npm ci
- ./build/compile-handlebars-templates.sh
trigger: