diff --git a/npm/ng-packs/angular.json b/npm/ng-packs/angular.json index d7d267dc06..916dea8457 100644 --- a/npm/ng-packs/angular.json +++ b/npm/ng-packs/angular.json @@ -366,6 +366,29 @@ } } }, + "schematics": { + "projectType": "library", + "root": "packages/schematics", + "sourceRoot": "packages/schematics/src", + "prefix": "abp", + "architect": { + "test": { + "builder": "@angular-builders/jest:run", + "options": { + "tsConfig": "tsconfig.json", + "coverage": true, + "passWithNoTests": true + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": ["packages/schematics/tsconfig.json"], + "exclude": ["**/node_modules/**"] + } + } + } + }, "dev-app": { "projectType": "application", "schematics": {