diff --git a/package.json b/package.json index 78624c2..5cf1ce0 100644 --- a/package.json +++ b/package.json @@ -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 }