32 lines
703 B
JSON
32 lines
703 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"options": {
|
|
"cacheableOperations": ["build", "test", "check:types"]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"inputs": [
|
|
"{workspaceRoot}/scripts/*",
|
|
"{workspaceRoot}/lerna.json",
|
|
"{workspaceRoot}/.github/workflows/*"
|
|
]
|
|
},
|
|
"test": {
|
|
"inputs": [
|
|
"{workspaceRoot}/scripts/*",
|
|
"{workspaceRoot}/lerna.json",
|
|
"{workspaceRoot}/.github/workflows/*"
|
|
]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"sharedGlobals": [],
|
|
"production": ["default"]
|
|
}
|
|
}
|