Add QoL settings

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-10 15:17:57 +03:00
parent 49ff847fbf
commit 20641666ff
3 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,8 @@
"test": "jest",
"lint": "eslint .",
"all": "npm run build && npm run test && npm run lint",
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd .."
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd ..",
"clean": "cd android && ./gradlew clean && cd .."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.0",