Skip to content

Commit

Permalink
chore(ci): skip npm tag confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 24, 2024
1 parent 8fe4668 commit 88b6f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/confirm-npm-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const shell = require('shelljs')
const inquirer = require('inquirer')
const version = require('../lerna.json').version

if (process.env.CI) process.exit(0)

function exec (command) {
const result = shell.exec(command, { silent: true })
if (result.code) {
Expand Down

0 comments on commit 88b6f1c

Please sign in to comment.