Files
drizzle-otel/turbo.json
2025-10-02 15:28:26 -05:00

47 lines
1.0 KiB
JSON

{
"pipeline": {
"//#prettier-script": {
"outputs": ["node_modules/.cache/prettier/.prettier-cache"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "dist-site/**"]
},
"conformance": {
"dependsOn": ["^build"]
},
"dev": {
"dependsOn": ["^build"],
"cache": false
},
"dev-turbo": {
"dependsOn": ["^build"],
"cache": false
},
"dev-webpack": {
"dependsOn": ["^build"],
"cache": false
},
"lint-copy": {
"inputs": ["**/*.{md,mdx}"]
},
"build-release-packages": {
"dependsOn": ["@kubiks/otel-drizzle"]
},
"root-conformance": {},
"//#root-conformance": {},
"type-check": {
"dependsOn": ["^build"],
"outputs": ["**/node_modules/.cache/tsbuildinfo.json"]
},
"e2e-test": {
"dependsOn": ["^build"],
"inputs": ["**/*.{js,jsx,ts,tsx}"]
},
"unit-test": {
"dependsOn": ["^build"],
"inputs": ["**/*.{js,jsx,ts,tsx}"]
}
}
}