Commit f54c9d8f authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Remove other flow command

parent 39d4da61
Showing with 0 additions and 1 deletion
+0 -1
...@@ -62,7 +62,6 @@ prompt( ...@@ -62,7 +62,6 @@ prompt(
// Copy the files over // Copy the files over
fs.mkdirSync(path.join(appPath, 'config')); 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, 'config', 'jest'));
fs.mkdirSync(path.join(appPath, 'scripts')); fs.mkdirSync(path.join(appPath, 'scripts'));
fs.mkdirSync(path.join(appPath, 'scripts', 'utils')); fs.mkdirSync(path.join(appPath, 'scripts', 'utils'));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment