mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-02 12:28:29 -06:00
workflow: ensure syncs are committed before release
This commit is contained in:
@@ -47,6 +47,9 @@ const release = async () => {
|
||||
local: true,
|
||||
skipPrompt: true
|
||||
})
|
||||
delete process.env.PREFIX
|
||||
await execa('git', ['add', '-A'], { stdio: 'inherit' })
|
||||
await execa('git', ['commit', '-m', 'chore: pre release sync'], { stdio: 'inherit' })
|
||||
}
|
||||
|
||||
const lernaBinPath = require.resolve('lerna/bin/lerna')
|
||||
|
||||
Reference in New Issue
Block a user