Skip to content

Commit

Permalink
yarn fix (#6)
Browse files Browse the repository at this point in the history
(cherry picked from commit 55d694a)
  • Loading branch information
Kamill90 authored and mdfkbtc committed Apr 13, 2020
1 parent 5a7ec88 commit 24a7ce9
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 89 deletions.
2 changes: 0 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import QuickActions from "react-native-quick-actions";
import * as Sentry from "@sentry/react-native";
import OnAppLaunch from "./class/onAppLaunch";

const A = require("./analytics");

if (process.env.NODE_ENV !== "development") {
Sentry.init({
dsn: "https://23377936131848ca8003448a893cb622@sentry.io/1295736"
Expand Down
1 change: 1 addition & 0 deletions analytics.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

47 changes: 0 additions & 47 deletions appcenter-post-build-get-pr-number.js

This file was deleted.

20 changes: 0 additions & 20 deletions appcenter-post-build.sh

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack; npm run releasenotes2json; npx jetify",
"test": "npm run unit && npm run jest && npm run lint",
"test": "npm run unit && npm run jest",
"jest": "node node_modules/jest/bin/jest.js tests/integration/*",
"lint": "eslint *.js screen/**/*.js screen/ class/ models/ loc/ tests/integration/",
"lint:fix": "npm run lint --fix",
Expand Down

0 comments on commit 24a7ce9

Please sign in to comment.