mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-27 23:17:56 +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
|
||||
// https://github.com/shelljs/shelljs/issues/79
|
||||
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}`));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue