* Remove unused typedoc option that is deprecated
* Improved filtering for top level file changes
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
"name": "Chart.js",
"entryPoints": ["src/index.esm.js"],
"excludeExternals": true,
- "excludeNotExported": true,
"includeVersion": true,
"out": "./dist/docs/typedoc"
},