ci: 💚 Avoid caching prisma gen
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "dist/**", "build/**", "node_modules/@prisma/**"]
|
||||
"outputs": [".next/**", "dist/**", "build/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": [],
|
||||
@@ -15,6 +15,9 @@
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
"db#build": {
|
||||
"cache": false
|
||||
},
|
||||
"dx": {
|
||||
"cache": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user