From 53cbb9213639b389b9fa7129e63e3abdb0da034c Mon Sep 17 00:00:00 2001 From: meem08 <103323075+meem08@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:06:36 +0100 Subject: [PATCH] Update README with local validation and checks Added instructions for local validation and running checks. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffc6a021..042874c2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ To quickly validate feature analytics and cost tracking end-to-end: + + ```bash # 1. Install dependencies npm install @@ -76,6 +78,7 @@ Every pull request and every push to `main` / `develop` runs an automated pipeli ### Running checks locally + ```bash # Lint (auto-fix) npm run lint