playcademy 0.14.11-alpha.4 → 0.14.11-alpha.5
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10784,6 +10784,7 @@ async function runDeployment(options) {
|
|
|
10784
10784
|
await selectEnvironment({ env: environment, dryRun: options.dryRun });
|
|
10785
10785
|
const context2 = await prepareDeploymentContext(options);
|
|
10786
10786
|
displayCurrentConfiguration(context2);
|
|
10787
|
+
console.log("got hererererererererer");
|
|
10787
10788
|
logger.debug(`[DEBUG] Before promptForMissingConfig:`);
|
|
10788
10789
|
logger.debug(` config.displayName: ${context2.config.displayName}`);
|
|
10789
10790
|
logger.debug(` config.buildPath: ${context2.config.buildPath}`);
|