Skip to content

Commit

Permalink
Formatting fix (Prettier) to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 4, 2020
1 parent 562d2fb commit 613cbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release/shared-commands/download-build-artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 613cbd3

Please sign in to comment.