remove unused scripts from package.json (#6870)
This commit is contained in:
parent
b28e21a272
commit
3e48e47282
1 changed files with 0 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue