rnx-kit/nx.json

48 строки
1005 B
JSON
Исходник Обычный вид История

2022-06-01 00:43:39 +03:00
{
"npmScope": "rnx-kit",
"affected": {
"defaultBase": "main"
},
2022-10-24 12:49:08 +03:00
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/packages/eslint-config/*",
"{workspaceRoot}/packages/eslint-plugin/*",
"{workspaceRoot}/packages/jest-preset/*",
"{workspaceRoot}/yarn.lock"
],
"production": ["default"]
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"bundle": {
"dependsOn": ["build"]
},
"bundle+esbuild": {
"dependsOn": ["build"]
},
"test": {
"dependsOn": ["build"]
},
"update-readme": {
"dependsOn": ["build"]
}
},
2022-06-01 00:43:39 +03:00
"tasksRunnerOptions": {
"default": {
"runner": "@rnx-kit/scripts/nx-tasks-runner",
"options": {
"cacheableOperations": ["build", "build:ci", "lint", "test"],
"parallel": 0
}
}
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
}
}