Skip to content

Commit

Permalink
NEO-823 Migrate husky config (#674)
Browse files Browse the repository at this point in the history
* NEO-823 Migrate husky config

Signed-off-by: Christian Paul <[email protected]>

* Also 'husky install' is 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]>
  • Loading branch information
jaller94 and mgcm authored Oct 9, 2024
1 parent c79a8c5 commit 14a8e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node ./node_modules/lint-staged/bin/lint-staged.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deduplicate": "yarn-deduplicate",
"generate-disclaimer": "yarn workspaces run generate-disclaimer",
"docker:build": "yarn workspaces run docker:build",
"prepare": "husky install",
"prepare": "husky",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"translate": "yarn workspaces run translate",
Expand Down

0 comments on commit 14a8e48

Please sign in to comment.