build: 💚 Attempt to fix cached prisma models
This commit is contained in:
@ -45,7 +45,7 @@ export const GroupNode = ({ group, groupIndex }: Props) => {
|
||||
const isPreviewing =
|
||||
previewingEdge?.from.groupId === group.id ||
|
||||
(previewingEdge?.to.groupId === group.id &&
|
||||
isNotDefined(previewingEdge.to.groupId))
|
||||
isNotDefined(previewingEdge.to.blockId))
|
||||
const isStartGroup =
|
||||
isDefined(group.blocks[0]) && group.blocks[0].type === 'start'
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "dist/**", "build/**"]
|
||||
"outputs": [".next/**", "dist/**", "build/**", "node_modules/@prisma/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": [],
|
||||
|
Reference in New Issue
Block a user