Skip to content

Commit 3e5a8c7

Browse files
committed
remove obsolete file
1 parent b457f5e commit 3e5a8c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
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",
@@ -122,12 +121,12 @@
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 .",

0 commit comments

Comments
 (0)