Skip to content

Commit

Permalink
Add local deploy script for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Aug 3, 2024
1 parent 20420c6 commit 1250f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"start": "expo start",
"local-deploy": "npx expo export --platform web && npx serve dist",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 1250f03

Please sign in to comment.