Skip to content

Commit

Permalink
fix migration repo turbo tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Apr 1, 2024
1 parent 04acf57 commit 8445cdc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": ["//"],
"pipeline": {
"tsc:build": {
"outputs": ["src/**/migrations.json"]
"outputs": ["src/**/migrations.json"],
"dependsOn": ["script#build"]
},
"tsc:tools": {
"inputs": [
Expand All @@ -13,7 +14,8 @@
"../types/*.d.ts",
"tsconfig.json",
"tsconfig.tools.json"
]
],
"dependsOn": ["script#build"]
},
"tsc:lib": {
"inputs": [
Expand All @@ -28,6 +30,10 @@
"dependsOn": ["assets#tsc:tools", "assets#tsc:lib"],
"inputs": ["package.json"]
},
"dev": {
"persistent": true,
"dependsOn": ["script#build"]
},
"spell": {
"inputs": ["$TURBO_DEFAULT$", "../repo.dict.txt"]
}
Expand Down

0 comments on commit 8445cdc

Please sign in to comment.