Skip to content

Commit ccd959b

Browse files
authored
Merge branch 'main' into webpacknodebuilds
2 parents 1d6fc52 + fbf3bc3 commit ccd959b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
3. If you've fixed a bug or added code that should be tested, add tests!
1010
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development.
1111
5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`.
12-
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
12+
6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect".
1313
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
1414
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
1515
9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`).

packages/react-dom-bindings/src/shared/CSSProperty.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const isUnitlessNumber = {
4040
opacity: true,
4141
order: true,
4242
orphans: true,
43+
scale: true,
4344
tabSize: true,
4445
widows: true,
4546
zIndex: true,

0 commit comments

Comments
 (0)