Skip to content

Commit 4f213b6

Browse files
pd4d10Daniel Figueiredo
authored and
Daniel Figueiredo
committed
Add useful link to react-scripts (facebook#1495)
1 parent 4eedad8 commit 4f213b6

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)