We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3637f commit e2ece20Copy full SHA for e2ece20
packages/@vuepress/cli/src/commands/build/build.ts
@@ -48,7 +48,7 @@ export const build = async (
48
49
// clean cache
50
if (commandOptions.cleanCache === true) {
51
- logger.info('cleaning cache')
+ logger.info('Cleaning cache...')
52
await fs.remove(app.dir.cache())
53
}
54
packages/@vuepress/cli/src/commands/dev/dev.ts
@@ -53,7 +53,7 @@ export const dev = async (
55
56
57
58
59
0 commit comments