2023-07-12 06:42:39 -05:00
|
|
|
{
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
"default": {
|
|
|
|
"runner": "nx/tasks-runners/default",
|
|
|
|
"options": {
|
|
|
|
"cacheableOperations": [
|
2023-09-18 08:11:45 -05:00
|
|
|
"build",
|
2023-07-12 06:42:39 -05:00
|
|
|
"build:ts",
|
|
|
|
"lint",
|
|
|
|
"test",
|
|
|
|
"test:unit"
|
2023-07-13 04:03:29 -05:00
|
|
|
],
|
2023-11-14 03:50:51 -05:00
|
|
|
"useDaemonProcess": false,
|
2023-07-13 04:03:29 -05:00
|
|
|
"cacheDirectory": ".nxcache"
|
2023-07-12 06:42:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"namedInputs": {
|
|
|
|
"default": [
|
2023-07-21 06:34:47 -05:00
|
|
|
"{projectRoot}/**/*",
|
|
|
|
"{workspaceRoot}/ghost/tsconfig.json"
|
2023-07-12 06:42:39 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"targetDefaults": {
|
2023-12-13 04:26:33 -05:00
|
|
|
"build": {
|
|
|
|
"dependsOn": [
|
|
|
|
"^build"
|
|
|
|
],
|
|
|
|
"inputs": [
|
2024-09-11 06:16:41 -05:00
|
|
|
{ "env": "GHOST_CDN_URL" },
|
2023-12-13 04:26:33 -05:00
|
|
|
"default",
|
|
|
|
"^default"
|
|
|
|
],
|
|
|
|
"outputs": [
|
|
|
|
"{projectRoot}/dist",
|
|
|
|
"{projectRoot}/es",
|
|
|
|
"{projectRoot}/umd"
|
|
|
|
]
|
|
|
|
},
|
2023-07-12 06:42:39 -05:00
|
|
|
"build:ts": {
|
|
|
|
"dependsOn": [
|
|
|
|
"^build:ts"
|
|
|
|
],
|
|
|
|
"inputs": [
|
|
|
|
"default",
|
|
|
|
"^default"
|
|
|
|
],
|
|
|
|
"outputs": [
|
|
|
|
"{projectRoot}/build"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json"
|
|
|
|
}
|