Skip to content

Commit

Permalink
turbo 2.1.3 is weird and slow
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 13, 2024
1 parent e8b1dbb commit 7324ee4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "mud",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +56,7 @@
"shx": "^0.3.4",
"sort-package-json": "^2.10.1",
"tsx": "4.19.0",
"turbo": "^1.9.3",
"turbo": "^2.1.3",
"typescript": "5.4.2",
"viem": "catalog:",
"vitest": "2.1.2"
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.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "out/**", "build/**", "bin/**"]
Expand Down

0 comments on commit 7324ee4

Please sign in to comment.