File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ get help for a specific subcommand, run `felt help SUBCOMMAND`.
2525The most useful subcommands are:
2626
2727- ` felt build ` - builds a local Flutter Web engine ready to be used by the
28- Flutter framework. To use the local engine build, pass
29- ` --local-engine=host_debug_unopt ` to the ` flutter ` command, or to
30- ` dev/bots/test.dart ` when running a web shard, such as ` web_tests ` .
28+ Flutter framework. To use the local engine build, build with
29+ ` felt build --host ` , then pass ` --local-engine=host_debug_unopt ` to the
30+ ` flutter ` command, or to ` dev/bots/test.dart ` when running a web shard, such
31+ as ` web_tests ` .
3132- ` felt test ` - runs web engine tests. By default, this runs all tests using
3233 Chromium. Passing one or more paths to specific tests would run just the
3334 specified tests. Run ` felt help test ` for more options.
You can’t perform that action at this time.
0 commit comments