Fix Prettier

This commit is contained in:
Joel Marcey 2017-12-12 10:18:29 -08:00
parent cf89dacaf6
commit 46943906ce

View file

@ -120,7 +120,9 @@ excludePath = `${PROJECT_NAME}-${DEPLOYMENT_BRANCH}`;
// https://github.com/shelljs/shelljs/issues/79
if (
shell.exec(
`rsync -rt --exclude=${excludePath} --exclude=.DS_Store ${fromPath} ${toPath}`
`rsync -rt --exclude=${excludePath} --exclude=.DS_Store ${fromPath} ${
toPath
}`
).code !== 0
) {
shell.echo(`Error: Copying build assets failed`);