Run with yarn

This commit is contained in:
Oliver Davies 2018-01-07 09:08:18 +00:00 committed by GitHub
parent 80adaae7ec
commit af7a884c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
chdir: "{{ ansistrano_release_path.stdout }}"
- name: Install Webpack Encore assets
command: './node_modules/.bin/encore production'
command: yarn run encore production
args:
chdir: "{{ ansistrano_release_path.stdout }}"