remove unused scripts from package.json (#6870)

This commit is contained in:
Elias Nahum
2022-12-15 14:18:12 +02:00
committed by GitHub
parent b28e21a272
commit 3e48e47282

View File

@@ -174,7 +174,6 @@
},
"scripts": {
"android": "react-native run-android",
"build-storybook": "build-storybook",
"build:android": "./scripts/build.sh apk",
"build:android-unsigned": "./scripts/build.sh apk unsigned",
"build:ios": "./scripts/build.sh ipa",
@@ -195,9 +194,7 @@
"pod-install": "cd ios && bundle exec pod install",
"postinstall": "patch-package && ./scripts/postinstall.sh",
"preinstall": "npx solidarity",
"prestorybook": "rnstl",
"start": "react-native start",
"storybook": "start-storybook -p 7007",
"test": "jest --forceExit --runInBand",
"test:coverage": "jest --coverage",
"test:watch": "npm test -- --watch",