File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 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.
8484The page will automatically reload if you make changes to the code.<br >
8585You will see the build errors and lint warnings in the console.
8686
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 >
8890
8991### ` npm test `  or ` yarn test `  
9092
Original file line number Diff line number Diff line change 1313 "publish" : " tasks/publish.sh"  ,
1414 "start" : " cd packages/react-scripts && node bin/react-scripts.js start"  ,
1515 "screencast" : " node ./tasks/screencast.js"  ,
16+  "screencast:error" : " svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor"  ,
1617 "test" : " cd packages/react-scripts && node bin/react-scripts.js test --env=jsdom"  ,
1718 "format" : " prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'"  ,
1819 "precommit" : " lint-staged" 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments