add one more script to package.json

This commit is contained in:
Dawid Wysokiński 2021-08-07 11:47:55 +02:00
parent fc8f3dade9
commit 242a76f173
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"codegen": "graphql-codegen"
"codegen": "graphql-codegen",
"adb": "adb reverse tcp:8080 tcp:8080 && adb reverse tcp:3000 tcp:3000"
},
"dependencies": {
"@apollo/client": "^3.3.13",