Skip to content

Commit

Permalink
fix: upgrade example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Jun 16, 2022
1 parent 45e472e commit 4293608
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions exampleExpo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android:pretty": "expo start --android",
"ios": "expo start -c --ios",
"ios:pretty": "PRETTY=true expo start -c --ios",
"web": "expo start --web",
"eject": "expo eject"
"web:pretty": "PRETTY=true expo start --web",
"start": "expo start",
"test": "jest",
"build:web": "expo build:web",
"deploy": "gh-pages -d web-build",
"predeploy": "yarn build:web"
},
"dependencies": {
"@faker-js/faker": "^6.0.0-beta.0",
Expand Down

0 comments on commit 4293608

Please sign in to comment.