Skip to content

Commit

Permalink
feat: deprecated husky migration (#17848)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs authored Aug 5, 2024
1 parent a91000c commit 358f26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
yarn lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"lint:other": "yarn prettier --list-different && yarn stylelint",
"lint:code": "eslint --ext .js,.ts,.tsx .",
"check:circular-dependencies": "dpdm --no-warning --no-tree -T ./src/script/auth/main.tsx ./src/script/main/app.ts",
"postinstall": "yarn configure && cd server && yarn && cd .. && husky install",
"postinstall": "yarn configure && cd server && yarn && cd .. && husky",
"prettier": "prettier --ignore-path .prettierignore \"**/*.{json,md,yml}\"",
"release:staging": "git checkout dev && git pull && ts-node ./bin/release_tag.ts staging",
"release:production": "git checkout master && git pull && ts-node ./bin/release_tag.ts production",
Expand Down

0 comments on commit 358f26d

Please sign in to comment.