test: remove prisma

This commit is contained in:
Andras Bacsai
2022-10-04 21:46:23 +02:00
parent 9d08421f01
commit 430d51866c
3 changed files with 9 additions and 26 deletions

View File

@@ -18,10 +18,10 @@ const options: any = {
}
}
},
jobs: [
{ name: 'infrastructure' },
{ name: 'deployApplication' },
],
// jobs: [
// { name: 'infrastructure' },
// { name: 'deployApplication' },
// ],
};
if (isDev) options.root = path.join(__dirname, '../jobs');