From 613cbd3acef902c9737a8934f0950bf934c5f30e Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 4 Feb 2020 11:37:38 -0800 Subject: [PATCH] Formatting fix (Prettier) to build script --- scripts/release/shared-commands/download-build-artifacts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/shared-commands/download-build-artifacts.js b/scripts/release/shared-commands/download-build-artifacts.js index 09132a8c5e..943e4106ef 100644 --- a/scripts/release/shared-commands/download-build-artifacts.js +++ b/scripts/release/shared-commands/download-build-artifacts.js @@ -11,8 +11,8 @@ const theme = require('../theme'); const run = async ({build, cwd}) => { const artifacts = await getArtifactsList(build); - const nodeModulesArtifact = artifacts.find( - entry => entry.path.endsWith('node_modules.tgz') + const nodeModulesArtifact = artifacts.find(entry => + entry.path.endsWith('node_modules.tgz') ); if (!nodeModulesArtifact) {