Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
function
isGitHubCI(): boolean {
108
return
process.env.GITHUB_ACTIONS ===
'true'
;
109
}
110
111
function
shouldSkipNativeBuild(): boolean {
112
return
process.argv.includes(
'--skip'
) || process.env.SKIP_NATIVE_BUILD ===
'1'
;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected