Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Disable realm analytics reports
Browse files Browse the repository at this point in the history
  • Loading branch information
laumair committed Dec 12, 2018
1 parent 81b135f commit c031b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"android:dev": "./node_modules/.bin/cross-env NODE_ENV=development ./node_modules/.bin/react-native run-android",
"ios": "./node_modules/.bin/react-native run-ios",
"ios:dev": "./node_modules/.bin/cross-env NODE_ENV=development ./node_modules/.bin/react-native run-ios",
"test": "NODE_ENV=test ./node_modules/.bin/jest --forceExit",
"test": "REALM_DISABLE_ANALYTICS=true NODE_ENV=test ./node_modules/.bin/jest --forceExit",
"nodejs-deps": "yarn --cwd nodejs-assets/nodejs-project",
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install && yarn nodejs-deps",
"prepare-release": "yarn version && cd ios && bundle exec fastlane release && cd ../android && bundle exec fastlane release && cd .. && echo Successfully incremented version and build numbers! Please remember to run git add ., git commit, git push --tags, and git push",
Expand Down

0 comments on commit c031b60

Please sign in to comment.