mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 10:15:14 +08:00
bugfixes
This commit is contained in:
@@ -386,10 +386,7 @@ export const commands = {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
await diffWithPackage(origin, next, realOutput, 'assets/index.android.bundle', v=>{
|
||||
const m = /^res\/(.+)$/.exec(v);
|
||||
return m && m[1];
|
||||
});
|
||||
await diffWithPackage(origin, next, realOutput, 'assets/index.android.bundle');
|
||||
},
|
||||
|
||||
async diffWithIpa({args, options}) {
|
||||
|
Reference in New Issue
Block a user