diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index fb37d98..3374b0f 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,3 +19,5 @@ jobs: - name: Lint uses: wagoid/commitlint-github-action@v5 + with: + configFile: commitlint.config.ts diff --git a/package.json b/package.json index efd354f..a33289b 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,7 @@ "type": "module", "types": "index.d.ts", "exports": { - ".": "./index.js", - "./*": "./commitlint.config.ts" + ".": "./index.js" }, "files": [ "index.d.ts",