chore(repo): explicitly enable source file analysis
This commit is contained in:
parent
da14cfac64
commit
3d0a01c206
6
nx.json
6
nx.json
@ -32,6 +32,12 @@
|
|||||||
"default": ["{projectRoot}/**/*"],
|
"default": ["{projectRoot}/**/*"],
|
||||||
"prod": ["!{projectRoot}/**/*.spec.ts{,.snap}"]
|
"prod": ["!{projectRoot}/**/*.spec.ts{,.snap}"]
|
||||||
},
|
},
|
||||||
|
"pluginsConfig": {
|
||||||
|
"@nrwl/js": {
|
||||||
|
"analyzePackageJson": true,
|
||||||
|
"analyzeSourceFiles": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"targetDefaults": {
|
"targetDefaults": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["build-base"],
|
"dependsOn": ["build-base"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user