There was an error while loading. Please reload this page.
1 parent 70efbf1 commit 3e2bc4bCopy full SHA for 3e2bc4b
1 file changed
scripts/artifacts-utils/resolve-artifacts.ts
@@ -14,8 +14,6 @@ import resolveArtifacts from './lib/artifactsResolver';
14
const args = parseCommandLineArguments();
15
const platform = args.platform;
16
const isHybrid = args.hybrid === 'true';
17
-// The only two package names that exist; every caller's package and hybrid-ness always move together, so
18
-// deriving it here instead of taking it as a flag keeps that pairing from being restated at each call site.
19
const packageName = isHybrid ? 'react-hybrid' : 'react-standalone';
20
21
if (platform !== 'ios' && platform !== 'android') {
0 commit comments