Rename directory [ci skip]

This commit is contained in:
Oliver Davies 2021-05-18 07:38:40 +01:00
parent 65c100a812
commit cf58cc6d23
20 changed files with 14 additions and 14 deletions

View file

@ -1,19 +0,0 @@
---
- name: Install theme dependencies
command: >
npm ci
chdir={{ release_theme_path }}
creates={{ release_theme_path }}/node_modules
- name: Generate front-end assets
command: >
npm run production
chdir={{ release_theme_path }}
creates={{ release_theme_path }}/dist
- name: Remove files that are no longer needed
file:
path: "{{ release_theme_path }}/{{ item }}"
state: absent
with_items:
- node_modules