chore: remove a bunch of stuff #4
deploy.yml
on: push
⬣ ESLint
27s
ʦ TypeScript
27s
⚡ Vitest
29s
🎭 Playwright
46s
🚀 Deploy
0s
Annotations
8 errors and 1 warning
ʦ TypeScript:
prisma/seed.ts#L75
Object literal may only specify known properties, and 'notes' does not exist in type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
ʦ TypeScript:
prisma/seed.ts#L149
Object literal may only specify known properties, and 'notes' does not exist in type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
ʦ TypeScript:
tests/e2e/note-images.test.ts#L3
Module '"@prisma/client"' has no exported member 'NoteImage'.
|
ʦ TypeScript:
tests/e2e/note-images.test.ts#L3
Module '"@prisma/client"' has no exported member 'Note'.
|
ʦ TypeScript:
tests/e2e/note-images.test.ts#L65
Property 'note' does not exist on type 'PrismaClient<{ log: ({ level: "query"; emit: "event"; } | { level: "error"; emit: "stdout"; } | { level: "warn"; emit: "stdout"; })[]; }, "query", DefaultArgs>'.
|
ʦ TypeScript:
tests/e2e/note-images.test.ts#L91
Property 'note' does not exist on type 'PrismaClient<{ log: ({ level: "query"; emit: "event"; } | { level: "error"; emit: "stdout"; } | { level: "warn"; emit: "stdout"; })[]; }, "query", DefaultArgs>'.
|
ʦ TypeScript
Process completed with exit code 2.
|
🎭 Playwright
Process completed with exit code 1.
|
🎭 Playwright
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|