Skip to content

Commit

Permalink
workflow: don't skip version prompt for local release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 9, 2019
1 parent c8392f1 commit 8cb5a63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ const { syncDeps } = require('./syncDeps')
// const { buildEditorConfig } = require('./buildEditorConfig')

const cliOptions = minimist(process.argv)
if (cliOptions['local-registry']) {
inquirer.prompt = () => ({
bump: 'minor',
yes: true
})
}

const curVersion = require('../lerna.json').version

const release = async () => {
Expand Down

0 comments on commit 8cb5a63

Please sign in to comment.