An error occurred while fetching the assigned milestone of the selected merge_request.
packages/create-react-app
index.js +112 -46
package.json +1 -0
+ 112
- 46
@@ -58,6 +58,8 @@ var path = require('path');
@@ -58,6 +58,8 @@ var path = require('path');
@@ -145,12 +147,14 @@ function shouldUseYarn() {
@@ -145,12 +147,14 @@ function shouldUseYarn() {
@@ -173,6 +177,56 @@ function run(root, appName, version, verbose, originalDirectory, template) {
@@ -173,6 +177,56 @@ function run(root, appName, version, verbose, originalDirectory, template) {
@@ -180,51 +234,43 @@ function run(root, appName, version, verbose, originalDirectory, template) {
@@ -180,51 +234,43 @@ function run(root, appName, version, verbose, originalDirectory, template) {
@@ -352,6 +398,26 @@ function moveReactScriptsToDev(packageName) {
@@ -352,6 +398,26 @@ function moveReactScriptsToDev(packageName) {