File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 102
102
" scripts/ios-install-third-party.sh" ,
103
103
" scripts/launchPackager.bat" ,
104
104
" scripts/launchPackager.command" ,
105
- " scripts/packager.sh" ,
106
105
" scripts/react-native-xcode.sh" ,
107
106
" jest-preset.json" ,
108
107
" jest" ,
122
121
" third-party-podspecs"
123
122
],
124
123
"scripts" : {
124
+ "start" : " flow-node ./local-cli/cli.js start" ,
125
125
"test" : " jest" ,
126
126
"test-ci" : " JEST_JUNIT_OUTPUT=\" reports/junit/js-test-results.xml\" jest --maxWorkers=2 --ci --testResultsProcessor=\" jest-junit\" " ,
127
127
"flow" : " flow" ,
128
128
"lint" : " eslint ." ,
129
129
"prettier" : " find . -name node_modules -prune -or -name '*.js' -print | xargs prettier --write" ,
130
- "start" : " flow-node ./local-cli/cli.js start -- --reset-cache" ,
131
130
"docker-setup-android" : " docker pull reactnativeci/android-base:latest" ,
132
131
"docker-build-android-base" : " docker build -t reactnativeci/android-base -f ContainerShip/Dockerfile.android-base ." ,
133
132
"docker-build-android" : " docker build -t reactnativeci/android -f ContainerShip/Dockerfile.android ." ,
You can’t perform that action at this time.
0 commit comments