Skip to content

Commit e803455

Browse files
authored
Add a personal cooking history to recipes, with a search-by-date page. (#176)
And migrate date categories into that history.
1 parent b8001d6 commit e803455

25 files changed

+1174
-248
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
run: pnpm install --frozen-lockfile
9797
- name: Generate Prisma client
9898
run: pnpm prisma generate
99+
- name: Generate Astro types
100+
run: pnpm astro sync
99101
- name: Check typescript types
100102
run: pnpm tsc
101103
vitest:

0 commit comments

Comments
 (0)