Skip to content

Commit

Permalink
chore(repo): update turborepo config
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 4, 2024
1 parent 366d0cd commit a1475d5
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": [
"**/.env.*local"
],
"globalDotEnv": [
".env"
],
"globalDependencies": [".env"],
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**"
]
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"dependsOn": [
"^lint"
]
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit a1475d5

Please sign in to comment.