@bootmap/wpep-cli 1.1.4 ā 1.1.5
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.
- package/package.json +1 -1
- package/src/commands/deploy.js +1 -1
package/package.json
CHANGED
package/src/commands/deploy.js
CHANGED
|
@@ -265,5 +265,5 @@ export default async function deployCommand(options) {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
console.log(chalk.green.bold(`\nš Success! Your site is live at ${url}`));
|
|
268
|
-
console.log(chalk.gray(` ${
|
|
268
|
+
console.log(chalk.gray(` ${changedFiles.length} files uploaded, ${skippedCount} files copied from previous deployment.\n`));
|
|
269
269
|
}
|