Run encore directly
This commit is contained in:
parent
099982ec6b
commit
17c639c652
2 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,9 @@
|
|||
chdir: "{{ ansistrano_release_path.stdout }}"
|
||||
|
||||
- name: Install Webpack Encore assets
|
||||
command: yarn run encore production
|
||||
command: './node_modules/.bin/encore production'
|
||||
args:
|
||||
chdir: "{{ ansistrano_release_path.stdout }}"
|
||||
become: true
|
||||
|
||||
- name: Install Composer dependencies
|
||||
composer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue