MCPcopy 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

6const CONTINUE_BUILD_CODE = 1
7
8const continueBuild = () => process.exit(CONTINUE_BUILD_CODE)
9const abortBuild = () => process.exit(ABORT_BUILD_CODE)
10
11const app = process.argv[2] || path.basename(path.resolve())

Callers 1

stepCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected