File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : Build APK
132132 if : steps.verify-android-changed-files.outputs.any_changed == 'true'
133133 run : |
134- npm run prepack
134+ npm run prepare
135135 cd example/android
136136 ./gradlew assembleRelease
137137 mv app/build/outputs/apk/release/app-release.apk app-release-${{ github.sha }}.apk
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-bs-diff-patch" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " rn bs diff patch " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
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" ,
You can’t perform that action at this time.
0 commit comments