Skip to content

Commit

Permalink
fix: 修复turbo.json并更新turbo (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Jan 28, 2024
1 parent 729b97f commit d1d369c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-node": "10.9.2",
"tsc-alias": "1.8.8",
"tsconfig-paths": "4.2.0",
"turbo": "1.10.12",
"turbo": "1.11.3",
"typescript": "5.3.3"
},
"volta": {
Expand Down
45 changes: 22 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"@scow/protos#build": {
"dependsOn": [
"^@scow/protos#generate"
"generate"
],
"inputs": [
"generated/**"
Expand All @@ -81,7 +81,7 @@
},
"@scow/scheduler-adapter-protos#build": {
"dependsOn": [
"^@scow/scheduler-adapter-protos#generate"
"generate"
],
"inputs": [
"generated/**"
Expand Down

0 comments on commit d1d369c

Please sign in to comment.