From e9f00d30154e0d7210f79d7d1ac8d648b13a2b5b Mon Sep 17 00:00:00 2001 From: Inbal Tish Date: Tue, 24 Aug 2021 10:54:25 +0300 Subject: [PATCH] Disable detox - remove call for e2e tests and remove posinstall script --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c593932e9d..cc3a5f00d4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:ts": "tsc", "build:dev": "tsc --noEmit", "e2e": "node ./scripts/test-e2e.js --release", - "test": "npm run lint && npm run unit && npm run e2e", + "test": "npm run lint && npm run unit", "unit": "jest", "lint": "eslint src/ example/src", "release": "node ./scripts/release.js", @@ -17,8 +17,7 @@ "android": "react-native run-android", "xcode": "open ios/CalendarsExample.xcworkspace/", "clean": "rm package-lock.json && rm -rf ./node_modules && npm i", - "pod-install": "pod install --project-directory=ios", - "postinstall": "node ./scripts/postinstall.js" + "pod-install": "pod install --project-directory=ios" }, "repository": { "type": "git",