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

Function isGitHubCI

scripts/prepublish.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107function isGitHubCI(): boolean {
108 return process.env.GITHUB_ACTIONS === 'true';
109}
110
111function shouldSkipNativeBuild(): boolean {
112 return process.argv.includes('--skip') || process.env.SKIP_NATIVE_BUILD === '1';

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected