Skip to content

Commit

Permalink
fix(lint): Disabled lint on release
Browse files Browse the repository at this point in the history
  • Loading branch information
devalexanderdaza committed Oct 29, 2021
1 parent fb5d2f1 commit 5aa3405
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: npx ci
- name: Install semantic-release extra plugins
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
- name: Lint
run: npm run lint:fix
- name: Prettier
run: npm run prettier:fix
- name: Test
Expand Down

0 comments on commit 5aa3405

Please sign in to comment.