File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 104104 "lint" : " node ./scripts/tasks/eslint.js" ,
105105 "postinstall" : " node node_modules/fbjs-scripts/node/check-dev-engines.js package.json" ,
106106 "test" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.source.js" ,
107+ "test-build" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.build.js" ,
107108 "test-prod" : " cross-env NODE_ENV=production jest --config ./scripts/jest/config.source.js" ,
108- "test-bundles" : " cross-env NODE_ENV=development jest --config ./scripts/jest/config.bundles.js" ,
109- "test-bundles-prod" : " cross-env NODE_ENV=production jest --config ./scripts/jest/config.bundles.js" ,
109+ "test-prod-build" : " cross-env NODE_ENV=production jest --config ./scripts/jest/config.build.js" ,
110110 "flow" : " node ./scripts/tasks/flow.js" ,
111111 "prettier" : " node ./scripts/prettier/index.js write-changed" ,
112112 "prettier-all" : " node ./scripts/prettier/index.js write" ,
Original file line number Diff line number Diff line change 2121
2222if [ $(( 2 % CIRCLE_NODE_TOTAL)) -eq " $CIRCLE_NODE_INDEX " ]; then
2323 COMMANDS_TO_RUN+=(' ./scripts/circleci/build.sh' )
24- COMMANDS_TO_RUN+=(' yarn test-bundles --runInBand' )
25- COMMANDS_TO_RUN+=(' yarn test-bundles- prod --runInBand' )
24+ COMMANDS_TO_RUN+=(' yarn test-bundle --runInBand' )
25+ COMMANDS_TO_RUN+=(' yarn test-prod-bundle --runInBand' )
2626fi
2727
2828if [ $(( 3 % CIRCLE_NODE_TOTAL)) -eq " $CIRCLE_NODE_INDEX " ]; then
File renamed without changes.
You can’t perform that action at this time.
0 commit comments