Skip to content

Commit dafa173

Browse files
committed
ci: remove post install
1 parent 7942c63 commit dafa173

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
3434
"prepare": "bob build",
35-
"release": "release-it",
36-
"postinstall": "cd example && yarn pods"
35+
"release": "release-it"
3736
},
3837
"keywords": [
3938
"react-native",

0 commit comments

Comments
 (0)