From 450431940377b8913dd69ba7c95963df0397e393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Fri, 19 Apr 2024 17:55:58 +0700 Subject: [PATCH] fix: fmt --- src/install-pnpm/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index ae889e6..ad1f21d 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -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@') }