mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"defaultBase": "develop",
|
|
"affected": {
|
|
"defaultBase": "develop"
|
|
},
|
|
"namedInputs": {
|
|
"sharedGlobals": [],
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"production": [
|
|
"default",
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
"!{projectRoot}/**/*.spec.[jt]s",
|
|
"!{projectRoot}/karma.conf.js",
|
|
"!{projectRoot}/.eslintrc.json"
|
|
]
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["production", "^production"],
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"inputs": ["default", "^production", "{workspaceRoot}/karma.conf.js"],
|
|
"cache": true
|
|
},
|
|
"lint": {
|
|
"executor": "@angular-eslint/builder:lint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["{projectRoot}/**/*.ts", "{projectRoot}/**/*.html"],
|
|
"cache": true,
|
|
"cacheLocation": ".eslintcache",
|
|
"ignorePath": ".eslintignore"
|
|
},
|
|
"cache": true
|
|
},
|
|
"e2e": {
|
|
"inputs": ["default", "^production"]
|
|
}
|
|
},
|
|
"cacheDirectory": "nxcache"
|
|
}
|