mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Run Prettier
This commit is contained in:
parent
a7b5148e06
commit
fbae29b0ff
29 changed files with 1311 additions and 987 deletions
|
@ -10,6 +10,6 @@
|
|||
*/
|
||||
|
||||
const CWD = process.cwd();
|
||||
const fs = require('fs-extra');
|
||||
const fs = require("fs-extra");
|
||||
|
||||
fs.copySync(__dirname + '/../examples/', CWD, {overwrite: false});
|
||||
fs.copySync(__dirname + "/../examples/", CWD, { overwrite: false });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue