custom-element-flow
Advanced tools
Comparing version 1.0.65 to 1.0.66
@@ -22,2 +22,3 @@ #! /usr/bin/env node | ||
console.log('Your bundles for live site and editor environment are ready! 🚀\n'); | ||
console.log(`\t${chalk.bold("Local:")}\thttp://localhost:3300`); | ||
@@ -100,11 +101,2 @@ if (!process.env.EDITOR_START_URL && !process.env.LIVE_SITE_START_URL) { | ||
} | ||
exec('clear'); | ||
console.log(chalk.green("Compiled successfully!\n")); | ||
console.log( | ||
`Your bundles and other static assets are served from your ${chalk.bold( | ||
"dev-server." | ||
)}\n` | ||
); | ||
console.log(`\t${chalk.bold("Local:")}\thttp://localhost:3300`); | ||
}; |
@@ -27,2 +27,3 @@ #! /usr/bin/env node | ||
console.log('Your bundles for live site and editor environment are ready! 🚀\n'); | ||
console.log(`\t${chalk.bold("Local:")}\thttp://localhost:3300`); | ||
if (!process.env.EDITOR_START_URL && !process.env.LIVE_SITE_START_URL) { | ||
@@ -100,6 +101,2 @@ const res = yield inquirer.prompt({ | ||
} | ||
exec('clear'); | ||
console.log(chalk.green("Compiled successfully!\n")); | ||
console.log(`Your bundles and other static assets are served from your ${chalk.bold("dev-server.")}\n`); | ||
console.log(`\t${chalk.bold("Local:")}\thttp://localhost:3300`); | ||
}); |
{ | ||
"name": "custom-element-flow", | ||
"version": "1.0.65", | ||
"version": "1.0.66", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
68824
1783