Skip to content

Commit

Permalink
feat: reenable web deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericorruption committed Mar 27, 2024
1 parent f727f1a commit 4e3cf12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ ] auto increment version
[ ] ci/cd
[ ] figure out extension zipping that works for chrome and firefox
3 changes: 3 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"eas": {
"projectId": "2c5cce10-3f60-11e8-b01a-f7c8098ac9bd"
}
},
"experiments": {
"baseUrl": "/rule-of-three"
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"homepage": "/rule-of-three",
"scripts": {
"start": "expo start",
"deploy:web": "gh-pages -d web-build",
"predeploy:web": "expo build:web",
"preview:web": "npx serve web-build",
"deploy:web": "gh-pages -t -d dist",
"predeploy:web": "npx rimraf dist && expo export --platform web",
"preview:web": "npx serve dist",
"build:android": "expo build:android",
"ts:check": "tsc",
"android": "expo run:android",
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 4e3cf12

Please sign in to comment.