Update build.yml

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

View File

@ -26,7 +26,7 @@ jobs:
- name: Install and Test
run: |
yarn install
yarn install --frozen-lockfile
yarn lint
yarn test
@ -51,12 +51,12 @@ jobs:
- name: Build lib
run: |
yarn install
yarn install --frozen-lockfile
yarn build
- name: Rebuild production node_modules
run: |
yarn install --production
yarn install --production --frozen-lockfile
ls node_modules
- name: artifact