mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
49 lines
977 B
JSON
49 lines
977 B
JSON
{
|
|
"npmScope": "adf",
|
|
"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}/**/*"
|
|
],
|
|
"production": [
|
|
"default",
|
|
"!{projectRoot}/.storybook/**/*",
|
|
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
|
|
"!{projectRoot}/**/*.spec.[jt]s",
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
"!{projectRoot}/karma.conf.js"
|
|
]
|
|
}
|
|
}
|