mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Add useful link to react-scripts (#1495)
This commit is contained in:
1
packages/react-scripts/bin/react-scripts.js
vendored
1
packages/react-scripts/bin/react-scripts.js
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user