Skip to content

Commit 7cb8162

Browse files
committed
Update package.json
1 parent 6c87b3f commit 7cb8162

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
"!**/__mocks__"
2323
],
2424
"scripts": {
25-
"test": "jest",
25+
"bootstrap": "yarn && cd example && yarn && cd ios && pod install",
2626
"typescript": "tsc --noEmit",
2727
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2828
"prepare": "bob build && scripts/build-android.sh",
29-
"release": "release-it",
30-
"bootstrap": "yarn && cd example && yarn && cd ios && pod install",
3129
"prepack": "rm -rf android-backup && mv android android-backup && mv android-npm android",
32-
"postpack": "mv android android-npm && mv android-backup android"
30+
"postpack": "mv android android-npm && mv android-backup android",
31+
"release": "release-it"
3332
},
3433
"keywords": [
3534
"react-native",

0 commit comments

Comments
 (0)