Skip to content

Commit 6e57910

Browse files
authored
fix(build-info): update expo build config (#6191)
See https://docs.expo.dev/guides/publishing-websites/#create-a-build. These changed at some point. We could do conditional settings per expo version, but that probably isn't worth it at this point.
1 parent d709702 commit 6e57910

File tree

1 file changed

+2
-2
lines changed
  • packages/build-info/src/frameworks

1 file changed

+2
-2
lines changed

packages/build-info/src/frameworks/expo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class Expo extends BaseFramework implements Framework {
1414
}
1515

1616
build = {
17-
command: 'expo build:web',
18-
directory: 'web-build',
17+
command: 'expo export -p web',
18+
directory: 'dist',
1919
}
2020

2121
logo = {

0 commit comments

Comments
 (0)