diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b104e2e45..49a4c85e3f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,19 @@ jobs: filters: | docs: - 'docs/**' + - 'package.json' + - 'tsconfig.json' src: - 'src/**' + - 'package.json' test: - 'test/**' - 'karma.conf.js' + - 'package.json' types: - 'types/**' + - 'package.json' + - 'tsconfig.json' - name: Install run: npm ci - name: Build diff --git a/tsconfig.json b/tsconfig.json index cef120d24d8..1765c6eec63 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "name": "Chart.js", "entryPoints": ["src/index.esm.js"], "excludeExternals": true, - "excludeNotExported": true, "includeVersion": true, "out": "./dist/docs/typedoc" },