package.json: build-Script (expo export web) fuer Preview-Deploy

This commit is contained in:
2026-07-20 13:38:24 +00:00
parent b32f39e863
commit 9557f5c92f

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
}