Skip to content

Commit

Permalink
promote --focus flag in docs to speed up the build (elastic#80626)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Oct 19, 2020
1 parent a48f02b commit a2fe54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ It means that NP plugin artifacts tend to have a bigger size than the legacy pla
To understand the current size of your plugin artifact, run `@kbn/optimizer` as

```bash
node scripts/build_kibana_platform_plugins.js --dist --no-examples
node scripts/build_kibana_platform_plugins.js --dist --profile --focus=my_plugin
```

and check the output in the `target` sub-folder of your plugin folder
Expand Down

0 comments on commit a2fe54a

Please sign in to comment.