Skip to content

Commit c131a83

Browse files
author
Pierre Poupin
authored
Merge pull request #98 from bamlab/chore/fix-sourcemap-on-example
chore(devx): fix sourcemap being completely messed up
2 parents c77915e + 5645e1f commit c131a83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"main": "index.js",
55
"scripts": {
66
"start": "expo start",
7-
"android": "EXPO_TV=1 expo run:android",
8-
"ios": "EXPO_TV=1 expo run:ios",
9-
"web": "expo start --web",
7+
"android": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:android",
8+
"ios": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:ios",
9+
"web": "EXPO_NO_CLIENT_ENV_VARS=1 expo start --web",
1010
"build:web": "expo export -p web",
1111
"prebuild": "EXPO_TV=1 expo prebuild --clean"
1212
},

0 commit comments

Comments
 (0)