mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Use npm ci for handlebars build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
1b52a2d3cc
commit
5e5299feaf
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ steps:
|
|||
- name: handlebars
|
||||
image: node
|
||||
commands:
|
||||
- npm i
|
||||
- npm ci
|
||||
- ./build/compile-handlebars-templates.sh
|
||||
|
||||
trigger:
|
||||
|
|
|
|||
Loading…
Reference in a new issue