Skip to content

Commit

Permalink
chore: remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
BANG88 committed Nov 6, 2018
1 parent a0eb73a commit f2d4466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"lint-staged": "lint-staged",
"lint-staged:ts": "npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx",
"lint-staged:es": "eslint ./.eslintrc.js",
"tsc": "antd-tools run tsc",
"postinstall": "sh scripts/fix-rn-0.57.sh"
"tsc": "antd-tools run tsc"
},
"lint-staged": {
"components/**/*.tsx": [
Expand Down

0 comments on commit f2d4466

Please sign in to comment.