Use npm ci instead of npm install

This commit is contained in:
Oliver Davies 2020-09-15 22:15:00 +01:00
parent a55da019c7
commit e1e8a54b36

View file

@ -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