From 976efc24e8944c797fb6799bf29575b1878d28be Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 5 Mar 2020 05:38:29 -0800 Subject: [PATCH] Fix prettier issue (#866) Summary: I think I broke this. Soz. Pull Request resolved: https://github.com/facebook/flipper/pull/866 Reviewed By: nikoant Differential Revision: D20279605 Pulled By: passy fbshipit-source-id: 4e2ed3b1230adae67f3f3a90020b8539ba00086a --- scripts/build-release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-release.ts b/scripts/build-release.ts index 238568e95..b170452de 100755 --- a/scripts/build-release.ts +++ b/scripts/build-release.ts @@ -111,7 +111,7 @@ async function buildDist(buildFolder: string) { output: path.join(__dirname, '..', 'dist'), }, electronDownload: electronDownloadOptions, - npmRebuild: false + npmRebuild: false, }, projectDir: buildFolder, targets,