Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ continueBuild
Function
continueBuild
ignored-build-step.js:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
const
CONTINUE_BUILD_CODE = 1
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())
Callers
1
stepCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected