File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2828 "prepare" : " bob build && scripts/build-android.sh" ,
2929 "release" : " release-it" ,
3030 "bootstrap" : " yarn && cd example && yarn && cd ios && pod install" ,
31- "prepublish " : " rm -rf android-backup && mv android android-backup && mv android-npm android" ,
32- "postpublish " : " mv android android-npm && mv android-backup android"
31+ "prepack " : " rm -rf android-backup && mv android android-backup && mv android-npm android" ,
32+ "postpack " : " mv android android-npm && mv android-backup android"
3333 },
3434 "keywords" : [
3535 " react-native" ,
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ mkdir ../android-npm
1919
2020shopt -s dotglob nullglob
2121mv -v build/outputs/aar/* ../android-npm
22+
23+ cd $CWD
24+ cd scripts
25+ cp template.build.gradle ../android-npm
Original file line number Diff line number Diff line change 1+ configurations. maybeCreate(" default" )
2+ artifacts. add(" default" , file(' rnmultithreading-debug.aar' )) // TODO: Use release variant here?
You can’t perform that action at this time.
0 commit comments