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

View File

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