Add useful link to react-scripts (#1495)

This commit is contained in:
pd4d10
2017-02-12 23:01:20 +08:00
committed by Dan Abramov
parent 6c85568c5f
commit 434e85849e

View File

@@ -34,5 +34,6 @@ case 'test':
default:
console.log('Unknown script "' + script + '".');
console.log('Perhaps you need to update react-scripts?');
console.log('See: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#updating-to-new-releases');
break;
}