We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe0c32 commit 3956c28Copy full SHA for 3956c28
package.json
@@ -37,7 +37,8 @@
37
"clean:declarations-top": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*' ! -name 'index.d.ts')",
38
"clean:declarations-lib": "rm -f $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')",
39
"clean": "run-p clean:*",
40
- "prepare": "husky",
+ "husky-enable": "husky",
41
+ "husky-disable": "git config --unset core.hooksPath",
42
"prepublishOnly": "run-s build",
43
"test:mocha": "c8 --reporter=lcov --reporter=text mocha 'test/**/*.spec.js'",
44
"test-ci": "run-s test:*",
0 commit comments