Skip to content

Commit

Permalink
ci: do not install husky
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 21, 2021
1 parent e3c5841 commit 5c74468
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 @@ -39,7 +39,7 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: Install dependencies
run: npm install
run: npm ci --omit=dev --ignore-scripts
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5c74468

Please sign in to comment.