From 0e75c59f0e957a52de6e2a944eecbbf7346cb835 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 3 Aug 2022 02:01:15 +0200 Subject: [PATCH] chore: improve `*.node` doesn't exist warning msg (#1254) --- cli/src/pre-publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, {