Skip to content

Commit

Permalink
ci: ensure husky is skipped during GitHub Action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaschiller150 committed Dec 4, 2023
1 parent 5c2c86e commit 0deb85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -18,12 +18,12 @@ jobs:
git config user.email "github-actions-bot@users.noreply.github.com"
- name: Install npm dependencies
run: npm ci
env:
HUSKY: 0
- name: Run quality checks
run: npm run quality
- name: Build project
run: npm run build
# - name: Prevent husky from interfering with standard-version commit
# run: rm ./.git/hooks/prepare-commit-msg
- name: Run standard-version to bump version
run: npm run release
- name: Push version bump to main
Expand Down

0 comments on commit 0deb85a

Please sign in to comment.