Skip to content

Commit

Permalink
Remove unused typedoc option that is deprecated (#8433)
Browse files Browse the repository at this point in the history
* Remove unused typedoc option that is deprecated

* Improved filtering for top level file changes
  • Loading branch information
etimberg authored Feb 15, 2021
1 parent 5baafac commit 19a91be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"name": "Chart.js",
"entryPoints": ["src/index.esm.js"],
"excludeExternals": true,
"excludeNotExported": true,
"includeVersion": true,
"out": "./dist/docs/typedoc"
},
Expand Down

0 comments on commit 19a91be

Please sign in to comment.