Skip to content

Commit

Permalink
switched to yarn in production
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Mar 1, 2018
1 parent a2020c0 commit bbef75d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
- name: create logging directory
file: path=/var/log/sbideo state=directory owner=www-data group=www-data

- name: download dependencies for sbideo with npm
shell: npm install --unsafe-perm
- name: download dependencies for sbideo with yarn
shell: yarn install
args:
chdir: /usr/lib/sbideo
environment:
NODE_ENV: development

- name: build sbideo with npm
shell: npm run build
- name: build sbideo
shell: yarn build
args:
chdir: /usr/lib/sbideo
environment:
Expand Down

0 comments on commit bbef75d

Please sign in to comment.