Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use npm ci for handlebars build
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Nov 2, 2020
commit 5e5299feaf6286dea4f9206c6b640558231b6d32
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
- name: handlebars
image: node
commands:
- npm i
- npm ci
- ./build/compile-handlebars-templates.sh

trigger:
Expand Down