MCPcopy 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
8const continueBuild = () => process.exit(CONTINUE_BUILD_CODE)
9const abortBuild = () => process.exit(ABORT_BUILD_CODE)
10
11const app = process.argv[2] || path.basename(path.resolve())
12

Callers 1

stepCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected