File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
84
84
The page will automatically reload if you make changes to the code.<br >
85
85
You will see the build errors and lint warnings in the console.
86
86
87
- <img src =' https://camo.githubusercontent.com/41678b3254cf583d3186c365528553c7ada53c6e/687474703a2f2f692e696d6775722e636f6d2f466e4c566677362e706e67 ' width =' 600 ' alt =' Build errors ' >
87
+ <p align =' center ' >
88
+ <img src =' https://cdn.rawgit.com/marionebl/create-react-app/9f62826/screencast-error.svg ' width =' 600 ' alt =' Build errors ' >
89
+ </p >
88
90
89
91
### ` npm test ` or ` yarn test `
90
92
Original file line number Diff line number Diff line change 13
13
"publish" : " tasks/publish.sh" ,
14
14
"start" : " cd packages/react-scripts && node bin/react-scripts.js start" ,
15
15
"screencast" : " node ./tasks/screencast.js" ,
16
+ "screencast:error" : " svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor" ,
16
17
"test" : " cd packages/react-scripts && node bin/react-scripts.js test --env=jsdom" ,
17
18
"format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'" ,
18
19
"precommit" : " lint-staged"
You can’t perform that action at this time.
0 commit comments