🔧 Update db turbo scripts
This commit is contained in:
11
turbo.json
11
turbo.json
@@ -4,16 +4,19 @@
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^dev", "^db:generate", "^db:push"],
|
||||
"cache": false
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"dependsOn": ["^build", "^db:generate"],
|
||||
"outputs": [".next/**", "dist/**", "build/**"],
|
||||
"outputMode": "new-only"
|
||||
},
|
||||
"db#build": {
|
||||
"db:generate": {
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^dev"],
|
||||
"db:push": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user