diff --git a/turbo.json b/turbo.json index 0cddd9a..60c572e 100644 --- a/turbo.json +++ b/turbo.json @@ -48,15 +48,30 @@ "inputs": ["src/**/*.{cts,mts,ts,tsx}"], "outputs": ["coverage/**"] }, + "@inversifyjs/prisma#test:coverage": { + "dependsOn": ["^build", "test:db:generate"], + "inputs": ["src/**/*.{cts,mts,ts,tsx}"], + "outputs": [] + }, "test:uncommitted": { "dependsOn": ["^build"], "inputs": ["src/**/*.{cts,mts,ts,tsx}"], "outputs": [] }, + "@inversifyjs/prisma#test:uncommitted": { + "dependsOn": ["^build", "test:db:generate"], + "inputs": ["src/**/*.{cts,mts,ts,tsx}"], + "outputs": [] + }, "test:unit": { "dependsOn": ["^build"], "inputs": ["src/**/*.{cts,mts,ts,tsx}"], "outputs": [] + }, + "@inversifyjs/prisma#test:unit": { + "dependsOn": ["^build", "test:db:generate"], + "inputs": ["src/**/*.{cts,mts,ts,tsx}"], + "outputs": [] } }, "ui": "tui"