mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Output the full path to build folder to aid when deploying site.
This commit is contained in:
parent
33d4e4a4ec
commit
083d70d679
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 'build' folder.");
|
||||
console.log("Site built successfully. Generated files in '"+CWD+"/build' folder.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue