diff --git a/cli/src/pre-publish.ts b/cli/src/pre-publish.ts index 0051a975..b71a3fd3 100644 --- a/cli/src/pre-publish.ts +++ b/cli/src/pre-publish.ts @@ -76,7 +76,7 @@ export class PrePublishCommand extends Command { if (!this.isDryRun) { if (!existsSync(dstPath)) { - console.warn(`[${chalk.yellowBright(dstPath)}] is not existed`) + console.warn(`[${chalk.yellowBright(dstPath)}] doesn't exist`) continue } await spawn(`${npmClient} publish`, {