Skip to content

Commit e55ff94

Browse files
authored
Merge pull request #2 from JimmyDaddy/ci/rm_post_install
ci: remove post install
2 parents 7942c63 + 30198ad commit e55ff94

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -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)