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 28
28
"prepare" : " bob build && scripts/build-android.sh" ,
29
29
"release" : " release-it" ,
30
30
"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"
33
33
},
34
34
"keywords" : [
35
35
" react-native" ,
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ mkdir ../android-npm
19
19
20
20
shopt -s dotglob nullglob
21
21
mv -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