docs(packages): remove e2e from packages readme

This commit is contained in:
Jack Westbrook
2025-03-03 11:53:21 +01:00
parent f47bc26c37
commit 1588e42c54
+1 -1
View File
@@ -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/<data|e2e|e2e-selectors|runtime|schema|ui>:build
yarn nx run @grafana/<data|e2e-selectors|runtime|schema|ui>:build
```
### Setting up @grafana/\* packages for local development