diff --git a/scripts/prepare-sources.js b/scripts/prepare-sources.js index 2dc7715..5143276 100644 --- a/scripts/prepare-sources.js +++ b/scripts/prepare-sources.js @@ -3,7 +3,7 @@ const path = require('path'); fs.copyFileSync('package.json', path.join('src', 'package.json')); -// These dir must exist for nodemon not to loop indefinitely. +// These folders must exist for nodemon not to loop indefinitely. [ 'build', 'public',