Skip to content

Commit 3956c28

Browse files
committed
chore: avoid automated husky activation
1 parent dbe0c32 commit 3956c28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"clean:declarations-top": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*' ! -name 'index.d.ts')",
3838
"clean:declarations-lib": "rm -f $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')",
3939
"clean": "run-p clean:*",
40-
"prepare": "husky",
40+
"husky-enable": "husky",
41+
"husky-disable": "git config --unset core.hooksPath",
4142
"prepublishOnly": "run-s build",
4243
"test:mocha": "c8 --reporter=lcov --reporter=text mocha 'test/**/*.spec.js'",
4344
"test-ci": "run-s test:*",

0 commit comments

Comments
 (0)