Skip to content

Commit

Permalink
refactor: don't install optional dependencies in the commit
Browse files Browse the repository at this point in the history
this prevents a compile-problem on a old code
  • Loading branch information
Ewout Quax committed Dec 23, 2022
1 parent 8efafdc commit 3d81640
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 748 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: '14.18.2'
- run: npm install -g yarn
- run: yarn install --frozen-lockfile
- run: yarn install --frozen-lockfile --ignore-optionals
- name: Commit lint
run: yarn commitlint --from $(git rev-parse --short HEAD^1) --to $(git rev-parse --short HEAD^2)
- name: Run prettier
Expand Down
Loading

0 comments on commit 3d81640

Please sign in to comment.