[ci:force] - Improved eslint plugin so it can be built with standard action

This commit is contained in:
VitoAlbano
2026-06-04 09:26:33 +01:00
parent 7fa80d230d
commit baffc32cff
7 changed files with 20 additions and 25 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky && node scripts/post-install-check.mjs",
"prepare": "husky && nx run eslint-angular:build && node scripts/post-install-check.mjs",
"add": "node scripts/safe-add.mjs",
"bundle:js-api": "nx run js-api:bundle",
"bundle:cli": "nx run cli:bundle",
@@ -83,6 +83,7 @@
"@angular-eslint/eslint-plugin": "19.8.1",
"@angular-eslint/eslint-plugin-template": "19.8.1",
"@angular-eslint/template-parser": "19.8.1",
"@angular-eslint/utils": "19.8.1",
"@angular/compiler-cli": "19.2.20",
"@chromatic-com/storybook": "4.1.3",
"@nx/angular": "22.7.4",