build(database): deploy migrations in the ci #147
build.yml
on: pull_request
build
1m 9s
preview-frontend
0s
Annotations
4 errors
build
Property 'category' is missing in type '{ createdAt: Date; id: string; isFavorite: false; name: string; parentId: string; path: null; updatedAt: Date; userId: string; }' but required in type '{ id: string; userId: string; parentId: string | null; name: string; path: string | null; isFavorite: boolean; category: FolderCategory; createdAt: Date; updatedAt: Date; }'.
|
build
Property 'category' is missing in type '{ createdAt: Date; id: string; isFavorite: false; name: string; parentId: null; path: null; updatedAt: Date; userId: string; }' but required in type '{ id: string; userId: string; parentId: string | null; name: string; path: string | null; isFavorite: boolean; category: FolderCategory; createdAt: Date; updatedAt: Date; }'.
|
build
@snipcode/domain#build: command (/home/runner/work/snipcode/snipcode/packages/domain) /tmp/xfs-766997e8/yarn run build exited (2)
|
build
Process completed with exit code 2.
|