Skip to content

Commit

Permalink
update weird dot count
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 22, 2022
1 parent d332460 commit d4d4c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-release.js
Expand Up @@ -10,7 +10,7 @@ const cwd = process.cwd()
let isCanary = false

if (!process.env.NPM_TOKEN) {
console.log('No NPM_TOKEN, exiting..')
console.log('No NPM_TOKEN, exiting...')
return
}

Expand All @@ -22,7 +22,7 @@ const cwd = process.cwd()
console.log(err)

if (err.message && err.message.includes('no tag exactly matches')) {
console.log('Nothing to publish, exiting..')
console.log('Nothing to publish, exiting...')
return
}
throw err
Expand Down

0 comments on commit d4d4c54

Please sign in to comment.