Update production.yml

This commit is contained in:
James Ives 2022-01-29 10:19:16 -05:00 committed by GitHub
parent 0332481b48
commit 92429b8919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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