chore: update api-extractor configurations (#8738)

This commit is contained in:
Almeida
2022-10-12 10:38:14 +01:00
committed by GitHub
parent 49b91315f7
commit d7a45a0567
19 changed files with 402 additions and 3453 deletions

View File

@@ -7,7 +7,7 @@
"build": "tsup",
"lint": "prettier --check . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts --format=pretty",
"format": "prettier --write . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts --fix --format=pretty",
"docs": "downlevel-dts dist docs/dist --to=3.7 && api-extractor run --local",
"docs": "api-extractor run --local",
"prepack": "yarn build && yarn lint",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/{name}/*'",
"release": "cliff-jumper"