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:
@@ -9,16 +9,9 @@
|
||||
"executor": "@nx/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/libs/eslint-plugin-eslint-angular",
|
||||
"outputPath": "lib/eslint-angular/dist",
|
||||
"main": "lib/eslint-angular/index.ts",
|
||||
"tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"optimization": true,
|
||||
"sourceMap": false,
|
||||
"extractLicenses": true
|
||||
}
|
||||
"tsConfig": "lib/eslint-angular/tsconfig.lib.json"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Reference in New Issue
Block a user