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 f8cef5a commit 664afb1Copy full SHA for 664afb1
package.json
@@ -30,7 +30,6 @@
30
"start": "father doc dev --storybook",
31
"build": "father doc build --storybook",
32
"compile": "father build",
33
- "gh-pages": "rc-tools run gh-pages",
34
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
35
"lint": "eslint src/ --ext .tsx,.ts",
36
"test": "father test",
@@ -56,9 +55,6 @@
56
55
"redux": "^3.7.2",
57
"typescript": "^3.5.2"
58
},
59
- "pre-commit": [
60
- "lint"
61
- ],
62
"dependencies": {
63
"async-validator": "^1.11.2",
64
"lodash": "^4.17.4",
0 commit comments