Skip to content

Commit

Permalink
chore(ci): do not run husky on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 16, 2024
1 parent 7766765 commit 1b8fe33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE: 18
HUSKY: 0

jobs:
ci_tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
workflow_call:
workflow_dispatch:

env:
HUSKY: 0

concurrency:
group: run-tests-group-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"ncu": "npx npm-check-updates -i --format=group --packageFile '{,projects/**/}package.json'",
"prepare": "husky"
"prepare": "husky || true"
},
"workspaces": [
"projects/lib"
Expand Down

0 comments on commit 1b8fe33

Please sign in to comment.