mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-28 15:37:49 +02:00
Prettier fix
This commit is contained in:
parent
b3c44060b9
commit
ae872e7ee9
1 changed files with 3 additions and 1 deletions
|
@ -119,7 +119,9 @@ excludePath = `${PROJECT_NAME}-${DEPLOYMENT_BRANCH}`;
|
||||||
// need to copy directories like .circleci, for example
|
// need to copy directories like .circleci, for example
|
||||||
// https://github.com/shelljs/shelljs/issues/79
|
// https://github.com/shelljs/shelljs/issues/79
|
||||||
shell.exec(
|
shell.exec(
|
||||||
`rsync -rtv --exclude=${excludePath} --exclude=.DS_Store ${fromPath} ${toPath}`
|
`rsync -rtv --exclude=${excludePath} --exclude=.DS_Store ${fromPath} ${
|
||||||
|
toPath
|
||||||
|
}`
|
||||||
);
|
);
|
||||||
|
|
||||||
shell.cd(path.join('build', `${PROJECT_NAME}-${DEPLOYMENT_BRANCH}`));
|
shell.cd(path.join('build', `${PROJECT_NAME}-${DEPLOYMENT_BRANCH}`));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue