|
109 | 109 | },
|
110 | 110 | "scripts": {
|
111 | 111 | "build": "node ./scripts/rollup/build-all-release-channels.js",
|
112 |
| - "build-combined": "echo 'build-combined is deprecated. yarn build instead.'", |
113 | 112 | "build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react/jsx,react-dom/index,react-dom/unstable_testing,react-dom/test-utils,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh,react-art --type=NODE && cp -r ./build/node_modules build/oss-experimental/",
|
114 | 113 | "build-for-devtools-dev": "yarn build-for-devtools --type=NODE_DEV",
|
115 | 114 | "build-for-devtools-prod": "yarn build-for-devtools --type=NODE_PROD",
|
|
118 | 117 | "lint-build": "node ./scripts/rollup/validate/index.js",
|
119 | 118 | "extract-errors": "node scripts/error-codes/extract-errors.js",
|
120 | 119 | "postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js",
|
121 |
| - "debug-test": "yarn test --deprecated 'yarn test --debug'", |
122 | 120 | "test": "node ./scripts/jest/jest-cli.js",
|
123 | 121 | "test-stable": "node ./scripts/jest/jest-cli.js --release-channel=stable",
|
124 | 122 | "test-www": "node ./scripts/jest/jest-cli.js --release-channel=www-modern",
|
125 | 123 | "test-classic": "node ./scripts/jest/jest-cli.js --release-channel=www-classic",
|
126 |
| - "test-www-variant": "yarn test --deprecated 'yarn test-www --variant'", |
127 |
| - "test-prod-www": "yarn test --deprecated 'yarn test-www --prod'", |
128 |
| - "test-prod-www-variant": "yarn test --deprecated 'yarn test-www --prod --variant'", |
129 |
| - "test-persistent": "yarn test --deprecated 'yarn test --persistent'", |
130 |
| - "debug-test-persistent": "yarn test --deprecated 'yarn test --debug --persistent'", |
131 |
| - "test-prod": "yarn test --deprecated 'yarn test --prod'", |
132 |
| - "debug-test-prod": "yarn test --deprecated 'yarn test --debug --prod'", |
133 |
| - "test-prod-build": "yarn test --deprecated 'yarn test --prod --build'", |
134 |
| - "test-build": "yarn test --deprecated 'yarn test --build'", |
135 |
| - "test-build-prod": "yarn test --deprecated 'yarn test --build --prod'", |
136 | 124 | "test-build-devtools": "node ./scripts/jest/jest-cli.js --build --project devtools --release-channel=experimental",
|
137 |
| - "debug-test-build-devtools": "yarn test --deprecated 'yarn test-build-devtools --debug'", |
138 | 125 | "test-dom-fixture": "cd fixtures/dom && yarn && yarn predev && yarn test",
|
139 | 126 | "flow": "node ./scripts/tasks/flow.js",
|
140 | 127 | "flow-ci": "node ./scripts/tasks/flow-ci.js",
|
|
0 commit comments