MCPcopy Create free account
hub / github.com/catboost/catboost / runCommand

Function runCommand

catboost/node-package/build_scripts/bootstrap.js:39–46  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

37}
38
39function runCommand(command) {
40 if (command === 'bootstrap') {
41 compileBuildScripts().then(console.log);
42 return;
43 }
44
45 runScript(command);
46}
47
48const command = process.argv[2];
49const always_compile_scripts = ['ci', 'package_prepublish'];

Callers 1

bootstrap.jsFile · 0.85

Calls 2

compileBuildScriptsFunction · 0.85
runScriptFunction · 0.85

Tested by

no test coverage detected