build: add schematics library to angular.json

pull/5137/head
Arman Ozak 5 years ago
parent bdb82177c2
commit 0b4c7e3dea

@ -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": {

Loading…
Cancel
Save