chore: improve *.node
doesn't exist warning msg (#1254)
This commit is contained in:
parent
9be7ae2bf9
commit
0e75c59f0e
1 changed files with 1 additions and 1 deletions
|
@ -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`, {
|
||||
|
|
Loading…
Reference in a new issue