Formatting fix (Prettier) to build script

This commit is contained in:
Brian Vaughn
2020-02-04 11:37:38 -08:00
parent 562d2fbc49
commit 613cbd3ace

View File

@@ -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) {