1
0
mirror of https://github.com/pnpm/action-setup.git synced 2025-04-03 15:20:10 +08:00
This commit is contained in:
Khải 2024-04-19 17:55:58 +07:00 committed by GitHub
parent 1ecf7e8d5f
commit 4504319403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,7 +78,7 @@ Please specify it by one of the following ways:
throw new Error('Invalid packageManager field in package.json') throw new Error('Invalid packageManager field in package.json')
} }
if (standalone){ if (standalone) {
return packageManager.replace('pnpm@', '@pnpm/exe@') return packageManager.replace('pnpm@', '@pnpm/exe@')
} }