Skip to content

Commit c57a0f6

Browse files
authored
Remove react-is download hack (facebook#26692)
This was added during an upgrade to Jest 24 in facebook#15778 By now we're at Jest 29. I think if CI passes we might not need this hack anymore.
1 parent c836952 commit c57a0f6

File tree

3 files changed

+13
-488
lines changed

3 files changed

+13
-488
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"minimist": "^1.2.3",
8383
"mkdirp": "^0.5.1",
8484
"ncp": "^2.0.0",
85-
"pacote": "^10.3.0",
8685
"prettier": "2.8.3",
8786
"pretty-format": "^29.4.1",
8887
"prop-types": "^15.6.2",
@@ -118,7 +117,7 @@
118117
"lint": "node ./scripts/tasks/eslint.js",
119118
"lint-build": "node ./scripts/rollup/validate/index.js",
120119
"extract-errors": "node scripts/error-codes/extract-errors.js",
121-
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js && node ./scripts/yarn/downloadReactIsForPrettyFormat.js",
120+
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js",
122121
"debug-test": "yarn test --deprecated 'yarn test --debug'",
123122
"test": "node ./scripts/jest/jest-cli.js",
124123
"test-stable": "node ./scripts/jest/jest-cli.js --release-channel=stable",

scripts/yarn/downloadReactIsForPrettyFormat.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)