@swell/cli 2.0.5 → 2.0.6
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.
|
@@ -576,7 +576,7 @@ export class RemoteAppCommand extends AppCommand {
|
|
|
576
576
|
}
|
|
577
577
|
storefrontFrontendUrl(storeId, storefront, branchId, preview = true) {
|
|
578
578
|
const storefrontSlug = storefront && preview
|
|
579
|
-
? `${storeId}--${storefront.id.toLowerCase()}`
|
|
579
|
+
? `${storeId}--${storefront.id.toLowerCase()}--preview`
|
|
580
580
|
: storeId;
|
|
581
581
|
return getStorefrontFrontendHost(storefrontSlug, branchId);
|
|
582
582
|
}
|
package/oclif.manifest.json
CHANGED