File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 102102 " scripts/ios-install-third-party.sh" ,
103103 " scripts/launchPackager.bat" ,
104104 " scripts/launchPackager.command" ,
105- " scripts/packager.sh" ,
106105 " scripts/react-native-xcode.sh" ,
107106 " jest-preset.json" ,
108107 " jest" ,
122121 " third-party-podspecs"
123122 ],
124123 "scripts" : {
124+ "start" : " flow-node ./local-cli/cli.js start" ,
125125 "test" : " jest" ,
126126 "test-ci" : " JEST_JUNIT_OUTPUT=\" reports/junit/js-test-results.xml\" jest --maxWorkers=2 --ci --testResultsProcessor=\" jest-junit\" " ,
127127 "flow" : " flow" ,
128128 "lint" : " eslint ." ,
129129 "prettier" : " find . -name node_modules -prune -or -name '*.js' -print | xargs prettier --write" ,
130- "start" : " flow-node ./local-cli/cli.js start -- --reset-cache" ,
131130 "docker-setup-android" : " docker pull reactnativeci/android-base:latest" ,
132131 "docker-build-android-base" : " docker build -t reactnativeci/android-base -f ContainerShip/Dockerfile.android-base ." ,
133132 "docker-build-android" : " docker build -t reactnativeci/android -f ContainerShip/Dockerfile.android ." ,
You can’t perform that action at this time.
0 commit comments