Skip to content

Commit 8cb5a63

Browse files
committed
workflow: don't skip version prompt for local release [ci skip]
1 parent c8392f1 commit 8cb5a63

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/release.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ const { syncDeps } = require('./syncDeps')
4141
// const { buildEditorConfig } = require('./buildEditorConfig')
4242

4343
const cliOptions = minimist(process.argv)
44-
if (cliOptions['local-registry']) {
45-
inquirer.prompt = () => ({
46-
bump: 'minor',
47-
yes: true
48-
})
49-
}
50-
5144
const curVersion = require('../lerna.json').version
5245

5346
const release = async () => {

0 commit comments

Comments
 (0)