fixed turbo dependecies
This commit is contained in:
parent
cffcd05066
commit
22859fb9a6
20 changed files with 241 additions and 1 deletions
18
apps/strategy-service/turbo.json
Normal file
18
apps/strategy-service/turbo.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"@stock-bot/types#build",
|
||||
"@stock-bot/config#build",
|
||||
"@stock-bot/logger#build",
|
||||
"@stock-bot/utils#build",
|
||||
"@stock-bot/strategy-engine#build",
|
||||
"@stock-bot/event-bus#build",
|
||||
"@stock-bot/shutdown#build"
|
||||
],
|
||||
"outputs": ["dist/**"],
|
||||
"inputs": ["src/**", "package.json", "tsconfig.json", "!**/*.test.ts", "!**/*.spec.ts", "!**/test/**", "!**/tests/**", "!**/__tests__/**"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue