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 d2ff50d commit 7ad1816Copy full SHA for 7ad1816
.gitignore
@@ -1,3 +1,4 @@
1
+.husky/
2
coverage/
3
node_modules/
4
.DS_Store
package.json
@@ -11,11 +11,12 @@
11
},
12
"main": "index.js",
13
"scripts": {
14
+ "postinstall": "husky install",
15
"docs": "concat -o README.md ./docs/intro.md ./docs/installation.md ./docs/usage.md ./docs/options.md ./docs/functions.md ./docs/contribution.md ./docs/license.md",
16
"audit": "snyk test",
17
"test": "jest lib/ --verbose --coverage && codecov",
18
"lint": "eslint . --ext .js",
- "release": "release-it"
19
+ "release": "HUSKY=0 release-it"
20
21
"keywords": [
22
"validation",
0 commit comments