Skip to content

Commit

Permalink
Disable detox - remove call for e2e tests and remove posinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Inbal-Tish committed Aug 24, 2021
1 parent 93ffc6f commit e9f00d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e9f00d3

Please sign in to comment.