diff --git a/package.json b/package.json index 01c46ba..4a2fb5a 100644 --- a/package.json +++ b/package.json @@ -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"