Add staging env

This commit is contained in:
Paul Frazee 2022-11-11 15:02:19 -06:00
parent 38ed9a7943
commit 210082be93
11 changed files with 41 additions and 14 deletions

View file

@ -7,7 +7,7 @@
"ios": "react-native run-ios --simulator=\"iPhone 14\"",
"web": "react-scripts start",
"start": "react-native start",
"dev-env": "dev-env",
"clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},