Skip to content

Commit 434e858

Browse files
pd4d10gaearon
authored andcommitted
Add useful link to react-scripts (facebook#1495)
1 parent 6c85568 commit 434e858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/bin/react-scripts.js

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

0 commit comments

Comments
 (0)