Skip to content

Commit 9130cc2

Browse files
committed
Change the output directory to work with expo router
1 parent 4dfcc1c commit 9130cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8585
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8686
AWS_REGION: 'eu-central-1'
87-
SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository
87+
SOURCE_DIR: 'example/dist' # optional: defaults to entire repository
8888

8989

9090

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"node_modules/",
140140
"lib/",
141141
"example/node_modules",
142-
"example/web-build",
142+
"example/dist",
143143
"docusaurus",
144144
"coverage"
145145
],

0 commit comments

Comments
 (0)