mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Formatting fix (Prettier) to build script
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user