chore: rename @pnpm/beta to @pnpm/exe

This commit is contained in:
Zoltan Kochan
2021-10-14 02:45:12 +03:00
parent e8389e11df
commit 8f0fa4159e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const artifactsDir = path.join(repoRoot, 'packages/artifacts')
;(async () => { // eslint-disable-line
await makeEmptyDir(dest)
if (!fs.existsSync(path.join(artifactsDir, 'linux-x64/pnpm'))) {
execa.sync('pnpm', ['run', 'prepublishOnly', '--filter', '@pnpm/beta'], {
execa.sync('pnpm', ['run', 'prepublishOnly', '--filter', '@pnpm/exe'], {
cwd: repoRoot,
stdio: 'inherit',
})