Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Sep 6, 2024
1 parent 59feb59 commit 7d6e385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"log-android": "react-native log-android",
"android:production": "yarn build:provider && react-native run-android --mode Release --terminal zsh",
"android:connect": "adb reverse tcp:8081 tcp:8081",
"build:provider": "tsc --project tsconfig.provider.json && browserify -p tinyify build/injected/index.js -o build/injected/injected-provider.bundle.js && cp -rf build/injected/injected-provider.bundle.js android/app/src/main/assets/.",
"build:noop": "tsc -p tsconfig.noop.json",
"build:provider": "npx tsc --project tsconfig.provider.json && browserify -p tinyify build/injected/index.js -o build/injected/injected-provider.bundle.js && cp -rf build/injected/injected-provider.bundle.js android/app/src/main/assets/.",
"build:noop": "npx tsc -p tsconfig.noop.json",
"ios": "yarn build:provider && npx pod-install && react-native run-ios --terminal zsh",
"log-ios": "react-native log-ios",
"ios:production": "yarn build:provider && npx pod-install && react-native run-ios --mode Release --terminal zsh",
"lint-test": "eslint . --ext .js,.jsx,.ts,.tsx && prettier --check .",
"lint-fix": "eslint . --fix .js,.jsx,.ts,.tsx && prettier --write .",
"typecheck": "tsc --noEmit",
"typecheck": "npx tsc --noEmit",
"start": "react-native start",
"start:reset": "react-native start --reset-cache",
"test": "jest",
Expand Down

0 comments on commit 7d6e385

Please sign in to comment.