Skip to content

Commit

Permalink
fix(yarn): intentionally fail yarn install if the yarn.lock is not UTD (
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenkastiot authored Oct 26, 2023
1 parent 77343d2 commit 6af9d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: install deps
run: yarn
run: yarn install --frozen-lockfile

- run: yarn lint
- run: yarn prettier
Expand Down

0 comments on commit 6af9d26

Please sign in to comment.