Skip to content

Commit

Permalink
build(workflow): quickfix remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 3, 2022
1 parent 6ed72fe commit 462d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 16

- name: yarn install
run: yarn install --check-cache
run: rm yarn.lock && yarn install

- name: yarn lint
run: yarn lint
Expand Down

0 comments on commit 462d442

Please sign in to comment.