|
108 | 108 | },
|
109 | 109 | "scripts": {
|
110 | 110 | "build": "node ./scripts/rollup/build-all-release-channels.js",
|
111 |
| - "build-combined": "echo 'build-combined is deprecated. yarn build instead.'", |
112 | 111 | "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",
|
113 | 112 | "build-for-devtools-dev": "yarn build-for-devtools --type=NODE_DEV",
|
114 | 113 | "build-for-devtools-prod": "yarn build-for-devtools --type=NODE_PROD",
|
|
117 | 116 | "lint-build": "node ./scripts/rollup/validate/index.js",
|
118 | 117 | "extract-errors": "node scripts/error-codes/extract-errors.js",
|
119 | 118 | "postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js",
|
120 |
| - "debug-test": "yarn test --deprecated 'yarn test --debug'", |
121 | 119 | "test": "node ./scripts/jest/jest-cli.js",
|
122 | 120 | "test-stable": "node ./scripts/jest/jest-cli.js --release-channel=stable",
|
123 | 121 | "test-www": "node ./scripts/jest/jest-cli.js --release-channel=www-modern",
|
124 | 122 | "test-classic": "node ./scripts/jest/jest-cli.js --release-channel=www-classic",
|
125 |
| - "test-www-variant": "yarn test --deprecated 'yarn test-www --variant'", |
126 |
| - "test-prod-www": "yarn test --deprecated 'yarn test-www --prod'", |
127 |
| - "test-prod-www-variant": "yarn test --deprecated 'yarn test-www --prod --variant'", |
128 |
| - "test-persistent": "yarn test --deprecated 'yarn test --persistent'", |
129 |
| - "debug-test-persistent": "yarn test --deprecated 'yarn test --debug --persistent'", |
130 |
| - "test-prod": "yarn test --deprecated 'yarn test --prod'", |
131 |
| - "debug-test-prod": "yarn test --deprecated 'yarn test --debug --prod'", |
132 |
| - "test-prod-build": "yarn test --deprecated 'yarn test --prod --build'", |
133 |
| - "test-build": "yarn test --deprecated 'yarn test --build'", |
134 |
| - "test-build-prod": "yarn test --deprecated 'yarn test --build --prod'", |
135 | 123 | "test-build-devtools": "node ./scripts/jest/jest-cli.js --build --project devtools --release-channel=experimental",
|
136 |
| - "debug-test-build-devtools": "yarn test --deprecated 'yarn test-build-devtools --debug'", |
137 | 124 | "test-dom-fixture": "cd fixtures/dom && yarn && yarn predev && yarn test",
|
138 | 125 | "flow": "node ./scripts/tasks/flow.js",
|
139 | 126 | "flow-ci": "node ./scripts/tasks/flow-ci.js",
|
|
0 commit comments