Skip to content

Commit

Permalink
deps: update turbo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed Jun 14, 2024
1 parent d50f649 commit 66e99f8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/node": "18.7.16",
"eslint-config-turbo": "^1.13.3",
"turbo": "^1.13.3",
"turbo": "^2.0.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
Expand All @@ -33,5 +33,6 @@
"sharp": {
"optional": true
}
}
},
"packageManager": "[email protected]"
}
44 changes: 22 additions & 22 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
@@ -1,10 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": ["LOG_LEVEL"],
"pipeline": {
"tasks": {
"dev": {
"cache": false,
"dotEnv": [".env.local"]
"inputs": ["$TURBO_DEFAULT$", ".env.local"]
},
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit 66e99f8

Please sign in to comment.