Flags core mocks packages as devOnly (#149466)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Fix https://github.com/elastic/kibana/issues/145064
This commit is contained in:
Christiane (Tina) Heiligers 2023-01-26 08:46:06 -07:00 committed by GitHub
parent da929fc667
commit b9f31afc23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 106 additions and 53 deletions

View file

@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-execution-context-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}