1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 10:15:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-04-03 21:06:03 +08:00
parent 8a0d48dc62
commit 9fb15d76a5
2 changed files with 7 additions and 10 deletions

View File

@@ -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}) {