From 23704ace1f69dfce5f3f8abe0a1ab1087a2192a2 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 28 Apr 2025 14:56:00 -0700 Subject: [PATCH] chore: update docs on lint (#283) --- .github/workflows/ci.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a6f6e7..6a03e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: - run: npm run build - name: Run ESLint run: npm run lint - - run: npm run update-readme - name: Ensure no changes run: git diff --exit-code diff --git a/package.json b/package.json index 010a32d..b151624 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "Apache-2.0", "scripts": { "build": "tsc", - "lint": "eslint .", + "lint": "npm run update-readme && eslint .", "update-readme": "node utils/update-readme.js", "watch": "tsc --watch", "test": "playwright test",