-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.json
More file actions
34 lines (34 loc) · 1.05 KB
/
project.json
File metadata and controls
34 lines (34 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"projectType": "library",
"root": "libs/contrib/workflows",
"sourceRoot": "libs/contrib/workflows/src",
"prefix": "cloudextend",
"targets": {
"build": {
"executor": "@nrwl/angular:ng-packagr-lite",
"options": {
"tsConfig": "libs/contrib/workflows/tsconfig.lib.json",
"project": "libs/contrib/workflows/ng-package.json"
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/contrib/workflows"],
"options": {
"jestConfig": "libs/contrib/workflows/jest.config.js",
"passWithNoTests": true
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": [
"libs/contrib/workflows/src/**/*.ts",
"libs/contrib/workflows/src/**/*.html"
]
}
}
},
"tags": [],
"implicitDependencies": ["contrib-routing"]
}