File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The documentation is divided into several sections with a different tone and pur
48
48
### Test the change
49
49
50
50
1 . If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
51
- 1 . Run ` yarn check-all ` from the ` beta ` folder. (This will run Prettier, ESLint, and Flow .)
51
+ 2 . Run ` yarn check-all ` from the ` beta ` folder. (This will run Prettier, ESLint and validate types .)
52
52
53
53
### Push it
54
54
Original file line number Diff line number Diff line change 17
17
"ci-check" : " npm-run-all prettier:diff --parallel lint tsc" ,
18
18
"tsc" : " tsc --noEmit" ,
19
19
"start" : " next start" ,
20
- "postinstall" : " is-ci || (cd .. && husky install beta/.husky)"
20
+ "postinstall" : " is-ci || (cd .. && husky install beta/.husky)" ,
21
+ "check-all" : " npm-run-all prettier lint:fix tsc"
21
22
},
22
23
"dependencies" : {
23
24
"@codesandbox/sandpack-react" : " ^0.1.20" ,
You can’t perform that action at this time.
0 commit comments