mirror of
https://github.com/Budibase/budibase.git
synced 2026-09-01 15:11:45 +08:00
38 lines
807 B
JSON
38 lines
807 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"options": {}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"inputs": [
|
|
"default",
|
|
"{workspaceRoot}/scripts/*",
|
|
"{workspaceRoot}/lerna.json",
|
|
"{workspaceRoot}/.github/workflows/*",
|
|
"{workspaceRoot}/tsconfig.build.json"
|
|
],
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"inputs": [
|
|
"default",
|
|
"{workspaceRoot}/scripts/*",
|
|
"{workspaceRoot}/lerna.json",
|
|
"{workspaceRoot}/.github/workflows/*"
|
|
],
|
|
"cache": true
|
|
},
|
|
"check:types": {
|
|
"cache": true
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"sharedGlobals": [],
|
|
"production": ["default"]
|
|
}
|
|
}
|