Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ abortBuild
Function
abortBuild
ignored-build-step.js:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
const
continueBuild = () => process.exit(CONTINUE_BUILD_CODE)
9
const
abortBuild = () => process.exit(ABORT_BUILD_CODE)
10
11
const
app = process.argv[2] || path.basename(path.resolve())
12
Callers
1
stepCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected