mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 12:48:00 +08:00
Remove other flow command
This commit is contained in:
1
packages/react-scripts/scripts/eject.js
vendored
1
packages/react-scripts/scripts/eject.js
vendored
@@ -62,7 +62,6 @@ prompt(
|
||||
|
||||
// Copy the files over
|
||||
fs.mkdirSync(path.join(appPath, 'config'));
|
||||
fs.mkdirSync(path.join(appPath, 'config', 'flow'));
|
||||
fs.mkdirSync(path.join(appPath, 'config', 'jest'));
|
||||
fs.mkdirSync(path.join(appPath, 'scripts'));
|
||||
fs.mkdirSync(path.join(appPath, 'scripts', 'utils'));
|
||||
|
||||
Reference in New Issue
Block a user