Skip to content

Commit 71f0464

Browse files
Update package.json
1 parent 41f6e6d commit 71f0464

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
"main": "expo-router/entry",
44
"version": "1.0.0",
55
"scripts": {
6-
"start": "expo start",
7-
"reset-project": "node ./scripts/reset-project.js",
8-
"android": "expo start --android",
9-
"ios": "expo start --ios",
10-
"web": "expo start --web",
11-
"lint": "expo lint"
6+
"dev": "EXPO_NO_TELEMETRY=1 expo start",
7+
"build:web": "expo export --platform web",
8+
"lint": "expo lint",
9+
"typecheck": "tsc --noEmit"
1210
},
1311
"dependencies": {
1412
"@expo/vector-icons": "^15.0.3",

0 commit comments

Comments
 (0)