playcademy 0.14.10 → 0.14.11-alpha.1
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 +2 -3
- package/dist/utils.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7142,7 +7142,7 @@ import { join as join15 } from "path";
|
|
|
7142
7142
|
// package.json
|
|
7143
7143
|
var package_default2 = {
|
|
7144
7144
|
name: "playcademy",
|
|
7145
|
-
version: "0.14.
|
|
7145
|
+
version: "0.14.11",
|
|
7146
7146
|
type: "module",
|
|
7147
7147
|
exports: {
|
|
7148
7148
|
".": {
|
|
@@ -9437,7 +9437,6 @@ async function checkTimebackSetup(context2, environment) {
|
|
|
9437
9437
|
"",
|
|
9438
9438
|
` \`playcademy timeback setup --env ${environment}\``
|
|
9439
9439
|
]);
|
|
9440
|
-
logger.newLine();
|
|
9441
9440
|
}
|
|
9442
9441
|
}
|
|
9443
9442
|
}
|
|
@@ -10779,7 +10778,7 @@ async function runDeployment(options) {
|
|
|
10779
10778
|
const context2 = await prepareDeploymentContext(options);
|
|
10780
10779
|
displayCurrentConfiguration(context2);
|
|
10781
10780
|
const didPrompt = await promptForMissingConfig(context2);
|
|
10782
|
-
if (didPrompt && context2.config.buildPath
|
|
10781
|
+
if (didPrompt && context2.config.buildPath) {
|
|
10783
10782
|
await updateBuildMetadata(context2);
|
|
10784
10783
|
}
|
|
10785
10784
|
if (didPrompt) logger.newLine();
|
package/dist/utils.js
CHANGED
package/dist/version.js
CHANGED