File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 131
131
"test-prod-build" : " yarn test --deprecated 'yarn test --prod --build'" ,
132
132
"test-build" : " yarn test --deprecated 'yarn test --build'" ,
133
133
"test-build-prod" : " yarn test --deprecated 'yarn test --build --prod'" ,
134
- "test-build-devtools" : " yarn test --build --project devtools" ,
134
+ "test-build-devtools" : " node ./scripts/jest/jest-cli.js --build --project devtools --release-channel=experimental " ,
135
135
"debug-test-build-devtools" : " yarn test --deprecated 'yarn test-build-devtools --debug'" ,
136
136
"test-dom-fixture" : " cd fixtures/dom && yarn && yarn prestart && yarn test" ,
137
137
"flow" : " node ./scripts/tasks/flow.js" ,
Original file line number Diff line number Diff line change 7
7
8
8
// TODO: this is special because it gets imported during build.
9
9
//
10
- // TODO: 17 .0.3 has not been released to NPM;
10
+ // TODO: 18 .0.0 has not been released to NPM;
11
11
// It exists as a placeholder so that DevTools can support work tag changes between releases.
12
- // When we next publish a release (either 17.0.3 or 17.1.0) , update the matching TODO in backend/renderer.js
12
+ // When we next publish a release, update the matching TODO in backend/renderer.js
13
13
// TODO: This module is used both by the release scripts and to expose a version
14
14
// at runtime. We should instead inject the version number as part of the build
15
15
// process, and use the ReactVersions.js module as the single source of truth.
16
- export default '17 .0.3 ' ;
16
+ export default '18 .0.0 ' ;
You can’t perform that action at this time.
0 commit comments