momentic 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -0
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -3198,6 +3198,7 @@ program.command("run-tests").addOption(
|
|
|
3198
3198
|
process.exit(1);
|
|
3199
3199
|
}
|
|
3200
3200
|
console.log(chalk.green(`All ${results.length} tests passed!`));
|
|
3201
|
+
process.exit(0);
|
|
3201
3202
|
}));
|
|
3202
3203
|
var execCommand = (fullCommand, waitToFinish = true) => __async(void 0, null, function* () {
|
|
3203
3204
|
const args = parseArgsStringToArgv2(fullCommand);
|