Skip to content

Commit c44ad0c

Browse files
authored
feat(expo): remove env vars (#60)
1 parent 5bafc5b commit c44ad0c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

bolt-expo/.env

Lines changed: 0 additions & 7 deletions
This file was deleted.

bolt-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"scripts": {
7-
"dev": "expo start",
7+
"dev": "EXPO_NO_TELEMETRY=1 expo start",
88
"build:web": "expo export --platform web",
99
"lint": "expo lint"
1010
},

0 commit comments

Comments
 (0)