Skip to content

Commit

Permalink
(chore)Husky fix: Replaced prepare with postinstall (#556)
Browse files Browse the repository at this point in the history
* Replaced prepare with postinstall

* Removed pinst
  • Loading branch information
vasharma05 authored Oct 13, 2022
1 parent 60bf15f commit 5a6474f
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 969 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"setup": "yarn install && turbo run build && lerna clean --yes && yarn install --immutable",
"verify": "turbo run lint && turbo run test && turbo run typescript",
"prettier": "prettier \"packages/**/src/**/*\" --write",
"prepare": "husky install",
"postinstall": "husky install",
"extract-translations": "lerna run extract-translations -- --config ../../../tools/i18next-parser.config.js"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^3.1.4",
"fake-indexeddb": "^3.1.2",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"husky": "^6.0.0",
"husky": "^8.0.1",
"i18next-parser": "^5.4.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
Expand Down
Loading

0 comments on commit 5a6474f

Please sign in to comment.