Compare commits

4 Commits

View File

@@ -31,7 +31,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"build": "expo export --platform web"
},
"private": true
}