Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 79e4437

Browse files
jaller94mgcm
andauthored
NEO-823 Migrate husky config (#174)
* NEO-823 Migrate husky config Signed-off-by: Christian Paul <[email protected]> * 'husky install' is also deprecated Signed-off-by: Milton Moura <[email protected]> --------- Signed-off-by: Christian Paul <[email protected]> Signed-off-by: Milton Moura <[email protected]> Co-authored-by: Milton Moura <[email protected]>
1 parent 2c8997e commit 79e4437

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
node ./node_modules/lint-staged/bin/lint-staged.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prettier:write": "prettier --write .",
1717
"depcheck": "yarn workspaces run depcheck",
1818
"deduplicate": "yarn-deduplicate",
19-
"prepare": "husky install",
19+
"prepare": "husky",
2020
"release": "node ./scripts/publishAllPackages.js",
2121
"version": "node ./scripts/versionAllPackages.js",
2222
"docker:build": "yarn workspaces run docker:build",

0 commit comments

Comments
 (0)