diff --git a/.scripts/common.js b/.scripts/common.js index 0966c72191..209e12e258 100644 --- a/.scripts/common.js +++ b/.scripts/common.js @@ -42,7 +42,7 @@ async function askTag() { type: 'list', name: 'tag', message: 'Select npm tag or specify a new tag', - choices: ['latest', 'next'] + choices: ['latest', 'next', 'v4-lts'] .concat([ new inquirer.Separator(), {