mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
* Fixing js-api build * AAE-24522 js api build normally * [ci:force] * [ci:force] * [ci:force] - package-lock update * [ci:force] - fixing dependsOn for cli and testing * [ci:force] - These changes needs to be reviewed
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"npmScope": "adf",
|
|
"defaultProject": "demoshell",
|
|
"affected": {
|
|
"defaultBase": "develop"
|
|
},
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"inputs": [
|
|
"production",
|
|
"^production"
|
|
]
|
|
}
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"build",
|
|
"lint",
|
|
"test",
|
|
"stylelint"
|
|
],
|
|
"cacheDirectory": "nxcache",
|
|
"runtimeCacheInputs": [
|
|
"node -v"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"sharedGlobals"
|
|
],
|
|
"sharedGlobals": [
|
|
"{workspaceRoot}/angular.json",
|
|
"{workspaceRoot}/demo-shell/src/index.html",
|
|
"{workspaceRoot}/e2e/protractor.excludes.json",
|
|
"{workspaceRoot}/e2e/protractor.conf.js"
|
|
],
|
|
"production": [
|
|
"default",
|
|
"!{projectRoot}/.storybook/**/*",
|
|
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
|
|
"!{projectRoot}/**/*.spec.[jt]s",
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
"!{projectRoot}/karma.conf.js"
|
|
]
|
|
}
|
|
}
|