add one more script to package.json (bundle-release)

This commit is contained in:
Dawid Wysokiński 2021-08-07 12:43:26 +02:00
parent c89655d788
commit a4c3ceb983
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"codegen": "graphql-codegen",
"adb": "adb reverse tcp:8080 tcp:8080 && adb reverse tcp:3000 tcp:3000"
"adb": "adb reverse tcp:8080 tcp:8080 && adb reverse tcp:3000 tcp:3000",
"bundle-release": "cd android && ./gradlew bundleRelease && cd .."
},
"dependencies": {
"@apollo/client": "^3.3.13",