mirror of
https://github.com/zoriya/drizzle-otel.git
synced 2025-12-06 00:46:09 +00:00
47 lines
1.0 KiB
JSON
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}"]
|
|
}
|
|
}
|
|
}
|