mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove unused typedoc option that is deprecated (#8433)
* Remove unused typedoc option that is deprecated * Improved filtering for top level file changes
This commit is contained in:
parent
5baafac8ad
commit
19a91bebfb
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
"name": "Chart.js",
|
||||
"entryPoints": ["src/index.esm.js"],
|
||||
"excludeExternals": true,
|
||||
"excludeNotExported": true,
|
||||
"includeVersion": true,
|
||||
"out": "./dist/docs/typedoc"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user