Skip to content

Commit 1250f03

Browse files
committed
Add local deploy script for testing purposes
1 parent 20420c6 commit 1250f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"ios": "expo start --ios",
1010
"web": "expo start --web",
1111
"start": "expo start",
12+
"local-deploy": "npx expo export --platform web && npx serve dist",
1213
"test": "jest"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)