NPM: Improve package validation (#112426)

* update validation script to run all checks, but fail if any fail

* fix package validation

* reduce comment
This commit is contained in:
Josh Hunt
2025-10-21 10:32:57 +01:00
committed by GitHub
parent 143ea45ea6
commit f7070b8ccc
4 changed files with 37 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ try {
// Fix for @grafana/i18n so eslint-plugin can be imported by consumers
if (pkgJson.content.name === '@grafana/i18n') {
exports['./eslint-plugin'] = {
types: './dist/eslint/index.d.ts',
import: './dist/eslint/index.cjs',
require: './dist/eslint/index.cjs',
};