Skip to content

Commit a115994

Browse files
committed
workflow: use pnpm publish during release
1 parent 847658b commit a115994

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/release.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,7 @@ async function publishPackage(pkgName, version) {
347347
step(`Publishing ${pkgName}...`)
348348
try {
349349
await run(
350-
// note: use of yarn is intentional here as we rely on its publishing
351-
// behavior.
352-
'npm',
350+
'pnpm',
353351
[
354352
'publish',
355353
...(releaseTag ? ['--tag', releaseTag] : []),

0 commit comments

Comments
 (0)