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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.14.11-alpha.7",
3
+ "version": "0.14.11-alpha.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {