diff --git a/.github/dev.js b/.github/dev.js index 168c021e82..298a62b823 100644 --- a/.github/dev.js +++ b/.github/dev.js @@ -53,6 +53,7 @@ if (DASH_DASH_ARGS.includes('portal')) { stripeSecret = await exec('stripe listen --print-secret'); } catch (err) { console.error('Failed to fetch Stripe secret token, do you need to connect Stripe CLI?', err); + return; } if (!stripeSecret || !stripeSecret.stdout) {