19 lines
590 B
JSON
19 lines
590 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"@stock-bot/cache#build",
|
|
"@stock-bot/config#build",
|
|
"@stock-bot/event-bus#build",
|
|
"@stock-bot/http#build",
|
|
"@stock-bot/logger#build",
|
|
"@stock-bot/mongodb-client#build",
|
|
"@stock-bot/questdb-client#build",
|
|
"@stock-bot/shutdown#build"
|
|
],
|
|
"outputs": ["dist/**"],
|
|
"inputs": ["src/**", "package.json", "tsconfig.json", "!**/*.test.ts", "!**/*.spec.ts", "!**/test/**", "!**/tests/**", "!**/__tests__/**"]
|
|
}
|
|
}
|
|
}
|