ci: 💚 Avoid caching prisma gen

This commit is contained in:
Baptiste Arnaud
2022-06-24 15:32:03 +02:00
parent 259473a781
commit 2441abe015
3 changed files with 80 additions and 71 deletions

View File

@@ -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
}