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}...`)
|
||||
try {
|
||||
await run(
|
||||
// note: use of yarn is intentional here as we rely on its publishing
|
||||
// behavior.
|
||||
'npm',
|
||||
'pnpm',
|
||||
[
|
||||
'publish',
|
||||
...(releaseTag ? ['--tag', releaseTag] : []),
|
||||
|
|
Loading…
Reference in New Issue