Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Added clear flag to expo export #3205

Merged
merged 1 commit into from
Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/expo-cli/src/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export default function (program: Command) {
.description('Export the static files of the app for hosting it on a web server')
.helpGroup('core')
.option('-p, --public-url <url>', 'The public url that will host the static files. (Required)')
.option('-c, --clear', 'Clear the Metro bundler cache')
.option(
'--output-dir <dir>',
'The directory to export the static files to. Default directory is `dist`',
Expand Down