Skip to content

Commit

Permalink
Update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Jun 27, 2024
1 parent 389da29 commit 47369f5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"string-similarity": "^4.0.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"turbo": "^1.12.4",
"turbo": "^2.0.5",
"typescript": "^5.3.3",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

11 changes: 5 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"cache": false,
"dependsOn": [
"^build"
]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}

0 comments on commit 47369f5

Please sign in to comment.