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 121
121
" third-party-podspecs"
122
122
],
123
123
"scripts" : {
124
- "start" : " flow- node ./local-cli/cli.js start" ,
124
+ "start" : " 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" : " prettier \" ./**/*.js\" --write" ,
130
- "start" : " /usr/bin/env bash -c './scripts/packager.sh \" $@\" || true' --" ,
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