mirror of https://github.com/vuejs/core.git
workflow: use pnpm publish during release
This commit is contained in:
parent
847658b7a2
commit
a11599449e
|
@ -347,9 +347,7 @@ async function publishPackage(pkgName, version) {
|
||||||
step(`Publishing ${pkgName}...`)
|
step(`Publishing ${pkgName}...`)
|
||||||
try {
|
try {
|
||||||
await run(
|
await run(
|
||||||
// note: use of yarn is intentional here as we rely on its publishing
|
'pnpm',
|
||||||
// behavior.
|
|
||||||
'npm',
|
|
||||||
[
|
[
|
||||||
'publish',
|
'publish',
|
||||||
...(releaseTag ? ['--tag', releaseTag] : []),
|
...(releaseTag ? ['--tag', releaseTag] : []),
|
||||||
|
|
Loading…
Reference in New Issue