Skip to content

Commit 7c50c29

Browse files
authored
Change npm command to 'npm ci' in build example (#1597)
1 parent d3f514a commit 7c50c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-hooks/build-before.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# ---
1010
# - name: Install npm dependencies
11-
# command: npm install
11+
# command: npm ci
1212
# delegate_to: localhost
1313
# args:
1414
# chdir: "{{ project_local_path }}/web/app/themes/sage"

0 commit comments

Comments
 (0)