Added Tunneling Run Configurations (WSL)
This commit is contained in:
parent
5786b14b36
commit
ab281466d4
1 changed files with 6 additions and 1 deletions
|
|
@ -7,7 +7,12 @@
|
|||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"test": "jest --watchAll"
|
||||
"test": "jest --watchAll",
|
||||
"start tunnel": "expo start --tunnel",
|
||||
"android tunnel": "expo start --android --tunnel",
|
||||
"ios tunnel": "expo start --ios --tunnel",
|
||||
"web tunnel": "expo start --web --tunnel",
|
||||
"test tunnel": "jest --watchAll --tunnel"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
|
|
|
|||
Reference in a new issue