build(packages): npm build/publish improvements. Making packages publishable again. (#30196)

This commit is contained in:
Evan Rusackas
2024-12-10 16:54:41 -07:00
committed by GitHub
parent 42f4490bbc
commit a6e05f4558
77 changed files with 10090 additions and 1969 deletions

View File

@@ -47,11 +47,12 @@ repos:
hooks:
- id: check-docstring-first
- id: check-added-large-files
exclude: ^.*\.(geojson)$|^docs/static/img/screenshots/.*
exclude: ^.*\.(geojson)$|^docs/static/img/screenshots/.*|^superset-frontend/CHANGELOG\.md$
- id: check-yaml
exclude: ^helm/superset/templates/
- id: debug-statements
- id: end-of-file-fixer
exclude: .*/lerna\.json$
- id: trailing-whitespace
exclude: ^.*\.(snap)
args: ["--markdown-linebreak-ext=md"]