Skip to content

Commit

Permalink
Merge pull request #24 from bpringe/prep_for_eas_build
Browse files Browse the repository at this point in the history
Prep for eas build
  • Loading branch information
PEZ authored Aug 27, 2021
2 parents fcab0de + 7e8be96 commit ebbcf1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "hello-world",
"slug": "reagent-expo",
"privacy": "public",
"entryPoint": "./app/index.js",
"platforms": [
"ios",
"android",
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './app/index.js';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"main": "app/index.js",
"scripts": {
"server": "npx shadow-cljs server",
"start": "npx expo start",
Expand All @@ -8,7 +7,8 @@
"web": "npx expo start --web",
"web-only": "npx expo start --web-only",
"release": "npx shadow-cljs release app",
"eject": "npx expo eject"
"eject": "npx expo eject",
"eas-build-post-install": "npm run release"
},
"dependencies": {
"expo-cli": "4.10.0",
Expand Down

0 comments on commit ebbcf1f

Please sign in to comment.