mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ci:force] - Improved eslint plugin so it can be built with standard action
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user