mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 13:58:49 -05:00
workflow: force publish all packages
This commit is contained in:
+3
-1
@@ -86,7 +86,9 @@ const release = async () => {
|
||||
await execa(require.resolve('lerna/bin/lerna'), [
|
||||
'publish',
|
||||
'--repo-version',
|
||||
version
|
||||
version,
|
||||
'--force-publish',
|
||||
'*'
|
||||
], { stdio: 'inherit' })
|
||||
|
||||
require('./genChangelog')(version)
|
||||
|
||||
Reference in New Issue
Block a user