Skip to content

Commit

Permalink
Merge branch 'main' into webpacknodebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Feb 16, 2023
2 parents 1d6fc52 + fbf3bc3 commit ccd959b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
3. If you've fixed a bug or added code that should be tested, add tests!
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development.
5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`.
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect".
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`).
Expand Down
1 change: 1 addition & 0 deletions packages/react-dom-bindings/src/shared/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const isUnitlessNumber = {
opacity: true,
order: true,
orphans: true,
scale: true,
tabSize: true,
widows: true,
zIndex: true,
Expand Down

0 comments on commit ccd959b

Please sign in to comment.