mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Add notification that a site was built successfully
after running `npm run build`
This commit is contained in:
parent
a04b72eb33
commit
ecf62f80b7
1 changed files with 1 additions and 0 deletions
|
@ -29,3 +29,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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue