Skip to content

Commit

Permalink
chore: rename some props of turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Jun 15, 2024
1 parent 709a2b2 commit 1fe98e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"build": {
"dependsOn": ["^db:generate", "^build"],
"outputs": ["!.next/cache/**", ".next/**", "dist/**"],
"dotEnv": [".env"]
"inputs": [".env"]
},
"dev": {
"dependsOn": ["^db:generate"],
"cache": false,
"persistent": true,
"dotEnv": [".env"]
"inputs": [".env"]
},
"clean": {
"cache": false
},
"lint": {},
"db:generate": {
"cache": false,
"dotEnv": [".env"]
"inputs": [".env"]
},
"db:push": {
"cache": false,
"dotEnv": [".env"]
"inputs": [".env"]
},
"db:deploy": {
"cache": false
Expand Down

0 comments on commit 1fe98e5

Please sign in to comment.