Skip to content

Commit 61f06b8

Browse files
committed
feat: experimental cli configuration options
1 parent f31cddd commit 61f06b8

File tree

5 files changed

+782
-219
lines changed

5 files changed

+782
-219
lines changed

src/commands/lightning/dev/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class LightningDevSite extends SfCommand<void> {
6363

6464
// If the site is not setup / is not based on the current release / or get-latest is requested ->
6565
// generate and download a new site bundle from the org based on latest builder metadata
66-
if (!selectedSite.isSiteSetup() || getLatest) {
66+
if (!(await selectedSite.isSiteSetup()) || getLatest) {
6767
const startTime = Date.now();
6868
this.log(`[local-dev] Initializing: ${siteName}`);
6969
this.spinner.start('[local-dev] Downloading site (this may take a few minutes)');

0 commit comments

Comments
 (0)