@rallycry/conveyor-agent 5.9.0 → 5.9.2
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.
|
@@ -568,7 +568,7 @@ async function loadConveyorConfig(workspaceDir) {
|
|
|
568
568
|
const envStart = process.env.CONVEYOR_START_COMMAND;
|
|
569
569
|
const envPort = process.env.CONVEYOR_PREVIEW_PORT;
|
|
570
570
|
const envAuth = process.env.CONVEYOR_AUTH_TOKEN_COMMAND;
|
|
571
|
-
if (envSetup || envStart
|
|
571
|
+
if (envSetup || envStart) {
|
|
572
572
|
return {
|
|
573
573
|
setupCommand: envSetup,
|
|
574
574
|
startCommand: envStart,
|
|
@@ -4115,4 +4115,4 @@ export {
|
|
|
4115
4115
|
ProjectRunner,
|
|
4116
4116
|
FileCache
|
|
4117
4117
|
};
|
|
4118
|
-
//# sourceMappingURL=chunk-
|
|
4118
|
+
//# sourceMappingURL=chunk-X2QE27GN.js.map
|