Skip to content

Commit

Permalink
chore: disable husky in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-jerkovic committed Feb 1, 2024
1 parent e7ebbbf commit 2235d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cache: yarn
- run: yarn install
env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn lint
- run: yarn build
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
path: dist/
- run: yarn install
env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "tsup",
"cm": "cz",
"postinstall": "husky install",
"postinstall": "husky",
"lint": "yarn lint:cspell && yarn lint:prettier && yarn lint:package-json && yarn lint:eslint",
"lint:cspell": "cspell --no-progress --unique --no-summary '**'",
"lint:eslint": "eslint ./ --quiet --cache --cache-location node_modules/.cache/eslint/.eslintcache",
Expand Down

0 comments on commit 2235d1f

Please sign in to comment.