Remove prepare/postinstall scripts temporarily

This commit is contained in:
Vitaliy Vlasov 2020-03-02 12:48:13 +02:00
parent 591f90cdc6
commit fb3f4d6163
No known key found for this signature in database
GPG Key ID: A7D57C347F2B2964
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
"ci:publish": "yarn semantic-release",
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",
"build": "yarn tsc",
"prepare": "yarn build",
"postinstall": "yarn build",
"test": "yarn jest"
},
"rn-docs": {