Run with yarn
This commit is contained in:
parent
80adaae7ec
commit
af7a884c89
|
@ -5,7 +5,7 @@
|
||||||
chdir: "{{ ansistrano_release_path.stdout }}"
|
chdir: "{{ ansistrano_release_path.stdout }}"
|
||||||
|
|
||||||
- name: Install Webpack Encore assets
|
- name: Install Webpack Encore assets
|
||||||
command: './node_modules/.bin/encore production'
|
command: yarn run encore production
|
||||||
args:
|
args:
|
||||||
chdir: "{{ ansistrano_release_path.stdout }}"
|
chdir: "{{ ansistrano_release_path.stdout }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue