We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8392f1 commit 8cb5a63Copy full SHA for 8cb5a63
scripts/release.js
@@ -41,13 +41,6 @@ const { syncDeps } = require('./syncDeps')
41
// const { buildEditorConfig } = require('./buildEditorConfig')
42
43
const cliOptions = minimist(process.argv)
44
-if (cliOptions['local-registry']) {
45
- inquirer.prompt = () => ({
46
- bump: 'minor',
47
- yes: true
48
- })
49
-}
50
-
51
const curVersion = require('../lerna.json').version
52
53
const release = async () => {
0 commit comments