mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-25 22:18:01 +02:00
Revert "Output the full path to build folder to aid when deploying site." (#593)
This commit is contained in:
parent
0126dc403d
commit
ec13640097
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ if (!fs.existsSync(CWD + '/siteConfig.js')) {
|
|||
// generate all static html files
|
||||
const generate = require('./server/generate.js');
|
||||
generate();
|
||||
console.log("Site built successfully. Generated files in '"+CWD+"/build' folder.");
|
||||
console.log("Site built successfully. Generated files in 'build' folder.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue