mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
Initial API refactor
This commit is contained in:
parent
32768eea7e
commit
419e0c0ff9
8 changed files with 196 additions and 193 deletions
|
@ -33,8 +33,7 @@ if (shell.exec("docusaurus-build").code) {
|
|||
shell.exit(1);
|
||||
}
|
||||
|
||||
shell.cd(__dirname);
|
||||
shell.cd("..");
|
||||
shell.cd(process.cwd());
|
||||
shell.cd("build");
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue