Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Update docs to mention felt build --host #37224

Merged
merged 1 commit into from
Nov 2, 2022
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
7 changes: 4 additions & 3 deletions lib/web_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ get help for a specific subcommand, run `felt help SUBCOMMAND`.
The most useful subcommands are:

- `felt build` - builds a local Flutter Web engine ready to be used by the
Flutter framework. To use the local engine build, pass
`--local-engine=host_debug_unopt` to the `flutter` command, or to
`dev/bots/test.dart` when running a web shard, such as `web_tests`.
Flutter framework. To use the local engine build, build with
`felt build --host`, then pass `--local-engine=host_debug_unopt` to the
`flutter` command, or to `dev/bots/test.dart` when running a web shard, such
as `web_tests`.
- `felt test` - runs web engine tests. By default, this runs all tests using
Chromium. Passing one or more paths to specific tests would run just the
specified tests. Run `felt help test` for more options.
Expand Down