Skip to content

Commit

Permalink
Merge pull request #26 from tulibraries/yarn-with-frozen-lockfile
Browse files Browse the repository at this point in the history
yarn install from lockfile and prod only
  • Loading branch information
sensei100 authored May 13, 2020
2 parents 7991bc4 + d7f5fe6 commit ff52003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
args:
chdir: "{{ rails_app_install_path }}" # noqa 305
with_items:
- yarn
- "yarn install --frozen-lockfile --prod"
become: true
become_user: "{{ rails_app_user }}"
when: rails_app_use_webpack is defined and rails_app_use_webpack
Expand Down

0 comments on commit ff52003

Please sign in to comment.