Skip to content

Commit 7f58c0b

Browse files
committed
remove two package.json scripts that require external tools
1 parent 2f82b36 commit 7f58c0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"android": "react-native run-android",
77
"android:release": "react-native run-android --variant=release",
8-
"android-emulator": "VBoxManage list vms | peco --select-1 --query API --on-cancel error | sed 's~.*{\\(.*\\)}.*~\\1~' | xargs /Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player --vm-name",
98
"bundle-data": "node scripts/bundle-data.js data/ docs/",
109
"bundle:android": "react-native bundle --entry-file index.js --dev true --platform android --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/ --sourcemap-output ./android/app/src/main/assets/index.android.bundle.map",
1110
"bundle:ios": "react-native bundle --entry-file index.js --dev false --platform ios --bundle-output ./ios/AllAboutOlaf/main.jsbundle --assets-dest ./ios --sourcemap-output ./ios/AllAboutOlaf/main.jsbundle.map",
@@ -16,7 +15,6 @@
1615
"flow": "flow",
1716
"ios": "react-native run-ios",
1817
"ios:release": "react-native run-ios --configuration Release",
19-
"ios-simulator": "xcrun instruments -s devices | peco --select-1 --query 'Simulator iPhone' --on-cancel error | sed 's~.*\\[\\(.*\\)\\].*~\\1~' | xargs open -n -a Simulator --args -CurrentDeviceUDID",
2018
"lint": "eslint --report-unused-disable-directives --max-warnings=0 --cache source/ modules/ scripts/ *.js",
2119
"prepare": "patch -p0 -Nfsi contrib/*.patch || true",
2220
"pretty": "prettier --write '{source,modules,scripts,e2e}/**/*.{js,json}' 'data/**/*.css' '{*,.*}.{yaml,yml,json,js}' '.circleci/*'",

0 commit comments

Comments
 (0)