From 3e48e472821c2f25918cf38043be15561d9faf90 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 15 Dec 2022 14:18:12 +0200 Subject: [PATCH] remove unused scripts from package.json (#6870) --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 59dc29df2..01bee6303 100644 --- a/package.json +++ b/package.json @@ -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",