Skip to content

Commit

Permalink
Revert "deps: update turbo repo"
Browse files Browse the repository at this point in the history
This reverts commit 66e99f8.
  • Loading branch information
jorgevrgs committed Jun 14, 2024
1 parent 66e99f8 commit f3bc1d2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
5 changes: 2 additions & 3 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": "^2.0.3",
"turbo": "^1.13.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
Expand All @@ -33,6 +33,5 @@
"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"],
"tasks": {
"pipeline": {
"dev": {
"cache": false,
"inputs": ["$TURBO_DEFAULT$", ".env.local"]
"dotEnv": [".env.local"]
},
"build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit f3bc1d2

Please sign in to comment.