mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [AAE-46695] Upgrade to pnpm 11.9 * [ci:force] - Checking * [ci:force] - Changes to package.json should trigger --all
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["production", "^production"],
|
|
"cache": true
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"cache": true
|
|
},
|
|
"stylelint": {
|
|
"cache": true
|
|
},
|
|
"build-storybook": {
|
|
"cache": true,
|
|
"inputs": ["default", "^production"],
|
|
"outputs": ["{options.outputDir}"]
|
|
},
|
|
"build-cjs": {
|
|
"cache": true,
|
|
"inputs": ["production", "^production"]
|
|
},
|
|
"build-esm2015": {
|
|
"cache": true,
|
|
"inputs": ["production", "^production"]
|
|
},
|
|
"build-esm5": {
|
|
"cache": true,
|
|
"inputs": ["production", "^production"]
|
|
},
|
|
"build-types": {
|
|
"cache": true,
|
|
"inputs": ["production", "^production"]
|
|
},
|
|
"build-schematics": {
|
|
"cache": true,
|
|
"inputs": ["production", "^production"]
|
|
},
|
|
"license": {
|
|
"cache": true,
|
|
"outputs": ["{workspaceRoot}/licenses.txt"]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/angular.json", "{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",
|
|
"!{projectRoot}/tsconfig.storybook.json"
|
|
]
|
|
},
|
|
"cacheDirectory": "nxcache",
|
|
"defaultBase": "develop",
|
|
"analytics": false
|
|
}
|