Skip to content

Commit

Permalink
Added frozen lockfile option on ci and dev yarn install to fail if th…
Browse files Browse the repository at this point in the history
…e lockfile is out of date
  • Loading branch information
shiftyp committed Sep 22, 2023
1 parent 32cadc0 commit 5cc83bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
with:
node-version: '16'
cache: 'yarn'

- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn run playwright install --with-deps
- run: yarn build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '16'
cache: 'yarn'

- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build

- name: Publish dev build
Expand Down

0 comments on commit 5cc83bc

Please sign in to comment.