mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
Fix Prettier
This commit is contained in:
parent
cf89dacaf6
commit
46943906ce
1 changed files with 3 additions and 1 deletions
|
@ -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`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue