budibase/nx.json

22 lines
492 B
JSON
Raw 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": {
2023-06-01 08:41:45 +02:00
"runner": "nx-cloud",
2023-03-31 15:37:55 +02:00
"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-04-18 10:49:22 +02:00
"inputs": ["{workspaceRoot}/scripts/*", "{workspaceRoot}/lerna.json"]
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
}