Skip to content

Commit

Permalink
Chore: Disable prepare script with commitlint on CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 3, 2021
1 parent 4f8e67d commit 4886281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Disable husky commit hooks
run: npm set-script prepare ""

- name: Build
run: yarn build

Expand Down

0 comments on commit 4886281

Please sign in to comment.