Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Jan 29, 2022
1 parent 0332481 commit 92429b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Build
run: |
yarn install
yarn install --frozen-lockfile
yarn build
- name: Install Production node_modules
run: |
yarn install --production
yarn install --production --frozen-lockfile
- name: Commit and Push
# Keep the run green if the commit fails for the lack of changes
Expand Down

0 comments on commit 92429b8

Please sign in to comment.