28 lines
637 B
JSON
28 lines
637 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__/**"
|
|
]
|
|
}
|
|
}
|
|
}
|