Fix prepare-sources.js comment
This commit is contained in:
parent
c8e9cf963d
commit
98008517b2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user