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 7845e32 commit 36e8816Copy full SHA for 36e8816
1 file changed
scripts/release.ts
@@ -378,7 +378,6 @@ async function main() {
378
'--same-file',
379
'-p',
380
'angular',
381
- '-u',
382
'-r',
383
changelogExists ? '1' : '0',
384
'--commit-path',
@@ -387,9 +386,10 @@ async function main() {
387
386
...(pkg.name === MAIN_PKG_NAME && IS_MAIN_PKG_AT_ROOT
388
? [join(pkg.path, 'src'), join(pkg.path, 'package.json')]
389
: ['.']),
390
- ...(pkg.name === MAIN_PKG_NAME && IS_MAIN_PKG_AT_ROOT
391
- ? []
392
- : ['--lerna-package', pkg.name]),
+ // NOTE: this was breaking vue-router
+ // ...(pkg.name === MAIN_PKG_NAME && IS_MAIN_PKG_AT_ROOT
+ // ? []
+ // : ['--lerna-package', pkg.name]),
393
...(pkg.name === MAIN_PKG_NAME
394
? []
395
: ['--tag-prefix', `${pkg.name}@`]),
0 commit comments