mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
chore: rename @pnpm/beta to @pnpm/exe
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user