Skip to content

Commit

Permalink
github: ci: Do not run yarn install update on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Oct 7, 2022
1 parent bfe54ae commit 7885a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run yarn
run: |
yarn install
yarn install --frozen-lockfile
yarn lint
yarn typecheck
yarn build
Expand Down

0 comments on commit 7885a1a

Please sign in to comment.