budibase/nx.json

32 lines
703 B
JSON
Raw Permalink Normal View History

2023-03-31 15:37:55 +02:00
{
2024-07-01 17:55:16 +02:00
"$schema": "./node_modules/nx/schemas/nx-schema.json",
2023-03-31 15:37:55 +02:00
"tasksRunnerOptions": {
"default": {
"options": {
2023-10-20 13:31:50 +02:00
"cacheableOperations": ["build", "test", "check:types"]
2023-03-31 15:37:55 +02:00
}
}
2023-05-23 23:11:26 +02:00
},
2023-10-03 09:51:32 +02:00
"targetDefaults": {
"build": {
2024-07-24 13:21:22 +02:00
"inputs": [
"{workspaceRoot}/scripts/*",
"{workspaceRoot}/lerna.json",
"{workspaceRoot}/.github/workflows/*"
]
},
"test": {
"inputs": [
"{workspaceRoot}/scripts/*",
"{workspaceRoot}/lerna.json",
"{workspaceRoot}/.github/workflows/*"
]
2023-10-03 09:51:32 +02:00
}
2024-07-01 17:55:16 +02:00
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
2023-10-03 09:51:32 +02:00
}
2023-03-31 15:37:55 +02:00
}