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
This commit is contained in:
committed by
Facebook Github Bot
parent
0cfbd2a3da
commit
976efc24e8
@@ -111,7 +111,7 @@ async function buildDist(buildFolder: string) {
|
|||||||
output: path.join(__dirname, '..', 'dist'),
|
output: path.join(__dirname, '..', 'dist'),
|
||||||
},
|
},
|
||||||
electronDownload: electronDownloadOptions,
|
electronDownload: electronDownloadOptions,
|
||||||
npmRebuild: false
|
npmRebuild: false,
|
||||||
},
|
},
|
||||||
projectDir: buildFolder,
|
projectDir: buildFolder,
|
||||||
targets,
|
targets,
|
||||||
|
|||||||
Reference in New Issue
Block a user