From 1588e42c54e55801ecb64bd06ceb90904b879537 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Wed, 22 Jan 2025 12:26:01 +0100 Subject: [PATCH] docs(packages): remove e2e from packages readme --- packages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/README.md b/packages/README.md index 38a379bc546..9334a990b96 100644 --- a/packages/README.md +++ b/packages/README.md @@ -57,7 +57,7 @@ Every commit to main that has changes within the `packages` directory is a subje To build individual packages, run: ``` -yarn nx run @grafana/:build +yarn nx run @grafana/:build ``` ### Setting up @grafana/\* packages for local development