Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Jan 29, 2022
1 parent 424cd9d commit 0332481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install and Test
run: |
yarn install
yarn install --frozen-lockfile
yarn lint
yarn test
Expand All @@ -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
Expand Down

0 comments on commit 0332481

Please sign in to comment.