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

Commit 168c8a3

Browse files
committed
Use the default husky directory
Since the husky files are not part of the distribution, and RAT is run only against the distribution files, it is not necessary to make husky use a directory that is visible to RAT.
1 parent d66a8d1 commit 168c8a3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
33
/.asf.yaml export-ignore
4+
/.husky export-ignore
45
/.lintstagedrc export-ignore
56
/.ratignore export-ignore
67
/.travis.yml export-ignore
7-
/husky export-ignore
88
/repolinter.json export-ignore
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clean": "tsc --build --clean && lerna exec -- shx rm -rf DISCLAIMER-WIP LICENSE NOTICE README.md coverage docs lib web/dist",
2323
"docs": "tsc --build && typedoc",
2424
"lint": "eslint .",
25-
"prepare": "is-ci || shx test -d .git || exit 0 && husky install husky",
25+
"prepare": "is-ci || shx test -d .git || exit 0 && husky install",
2626
"prepublishOnly": "yarn run build",
2727
"publish": "lerna publish",
2828
"publish:ci": "yarn run publish --canary --exact --force-publish '*' --no-verify-access --yes minor",

0 commit comments

Comments
 (0)