Skip to content

Commit 03c62f1

Browse files
committed
Eject Flow stubs
Related to #72, c2ba7a4
1 parent 8c711e2 commit 03c62f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/eject.js

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
4242
var files = [
4343
path.join('config', 'babel.dev.js'),
4444
path.join('config', 'babel.prod.js'),
45+
path.join('config', 'flow', 'css.js.flow'),
46+
path.join('config', 'flow', 'file.js.flow'),
4547
path.join('config', 'eslint.js'),
4648
path.join('config', 'webpack.config.dev.js'),
4749
path.join('config', 'webpack.config.prod.js'),
@@ -65,6 +67,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
6567

6668
// Copy the files over
6769
fs.mkdirSync(path.join(hostPath, 'config'));
70+
fs.mkdirSync(path.join(hostPath, 'config', 'flow'));
6871
fs.mkdirSync(path.join(hostPath, 'scripts'));
6972

7073
files.forEach(function(file) {

0 commit comments

Comments
 (0)