Use npm ci
instead of npm install
This commit is contained in:
parent
a55da019c7
commit
e1e8a54b36
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
- name: Install theme dependencies
|
- name: Install theme dependencies
|
||||||
command: >
|
command: >
|
||||||
npm install
|
npm ci
|
||||||
chdir={{ release_theme_path }}
|
chdir={{ release_theme_path }}
|
||||||
creates={{ release_theme_path }}/node_modules
|
creates={{ release_theme_path }}/node_modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue