2022-06-01 00:43:39 +03:00
|
|
|
{
|
2022-07-06 17:39:00 +03:00
|
|
|
"affected": {
|
|
|
|
"defaultBase": "main"
|
|
|
|
},
|
2022-10-24 12:49:08 +03:00
|
|
|
"namedInputs": {
|
|
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
|
|
"sharedGlobals": [
|
2023-08-29 12:03:37 +03:00
|
|
|
"{workspaceRoot}/.github/workflows/pr.yml",
|
2023-07-11 10:20:12 +03:00
|
|
|
"{workspaceRoot}/nx.json",
|
2022-10-24 12:49:08 +03:00
|
|
|
"{workspaceRoot}/packages/eslint-config/*",
|
|
|
|
"{workspaceRoot}/packages/eslint-plugin/*",
|
|
|
|
"{workspaceRoot}/packages/jest-preset/*",
|
2023-07-21 14:57:55 +03:00
|
|
|
"{workspaceRoot}/scripts/tsconfig-esm.json",
|
|
|
|
"{workspaceRoot}/scripts/tsconfig-shared.json",
|
2022-10-24 12:49:08 +03:00
|
|
|
"{workspaceRoot}/yarn.lock"
|
|
|
|
],
|
|
|
|
"production": ["default"]
|
2022-07-06 17:39:00 +03:00
|
|
|
},
|
|
|
|
"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": {
|
2023-02-13 14:05:27 +03:00
|
|
|
"cacheableOperations": ["build", "build:ci", "format", "lint", "test"],
|
2022-06-01 00:43:39 +03:00
|
|
|
"parallel": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pluginsConfig": {
|
|
|
|
"@nrwl/js": {
|
|
|
|
"analyzeSourceFiles": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|