playcademy 0.14.11-alpha.7 → 0.14.11-alpha.8
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10831,7 +10831,7 @@ async function runDeployment(options) {
|
|
|
10831
10831
|
const context2 = await prepareDeploymentContext(options);
|
|
10832
10832
|
displayCurrentConfiguration(context2);
|
|
10833
10833
|
const didPrompt = await promptForMissingConfig(context2);
|
|
10834
|
-
if (didPrompt && context2.config.buildPath) {
|
|
10834
|
+
if (didPrompt && context2.config.buildPath && !context2.buildHash) {
|
|
10835
10835
|
await updateBuildMetadata(context2);
|
|
10836
10836
|
}
|
|
10837
10837
|
if (didPrompt) logger.newLine();
|