MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / shouldSkipNativeBuild

Function shouldSkipNativeBuild

scripts/prepublish.ts:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111function shouldSkipNativeBuild(): boolean {
112 return process.argv.includes('--skip') || process.env.SKIP_NATIVE_BUILD === '1';
113}
114
115async function buildNativeArtifacts(): Promise<void> {
116 console.log('Building Harmony HAR...');

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected