Fix prepare-sources.js comment

This commit is contained in:
Alice Gaudon 2021-04-27 15:44:20 +02:00
parent c8e9cf963d
commit 98008517b2

View File

@ -3,7 +3,7 @@ const path = require('path');
fs.copyFileSync('package.json', path.join('src', 'package.json')); 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', 'build',
'public', 'public',