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",