Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sy…
Browse files Browse the repository at this point in the history
…nc-40c8cd2d
  • Loading branch information
docschina-bot committed Nov 24, 2021
2 parents 1b8775c + 40c8cd2 commit 3ab0d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The documentation is divided into several sections with a different tone and pur
### Test the change

1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
1. Run `yarn check-all` from the `beta` folder. (This will run Prettier, ESLint, and Flow.)
2. Run `yarn check-all` from the `beta` folder. (This will run Prettier, ESLint and validate types.)

### Push it

Expand Down
3 changes: 2 additions & 1 deletion beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"ci-check": "npm-run-all prettier:diff --parallel lint tsc",
"tsc": "tsc --noEmit",
"start": "next start",
"postinstall": "is-ci || (cd .. && husky install beta/.husky)"
"postinstall": "is-ci || (cd .. && husky install beta/.husky)",
"check-all": "npm-run-all prettier lint:fix tsc"
},
"dependencies": {
"@codesandbox/sandpack-react": "^0.1.20",
Expand Down

0 comments on commit 3ab0d62

Please sign in to comment.