From 802d9af4be95f222908c27fc3796661a3ff0abe7 Mon Sep 17 00:00:00 2001 From: Nicholas Chiang Date: Sat, 23 Nov 2024 16:25:49 -0700 Subject: [PATCH] fix(data-collection): ensure `remix-ui` can seed db I will eventually fix these dependencies, but right now, the `remix-ui` Cypress tests rely on this specific `hermes.ts` data file to seed the database with a show. Fixes: c61743b943af ("fix: correctly reference seeding scripts") --- data-collection/scripts/node/save/shows/hermes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-collection/scripts/node/save/shows/hermes.ts b/data-collection/scripts/node/save/shows/hermes.ts index b8c799db..a4812f08 100644 --- a/data-collection/scripts/node/save/shows/hermes.ts +++ b/data-collection/scripts/node/save/shows/hermes.ts @@ -5,7 +5,7 @@ import { Level, Tier, SeasonName, -} from '@prisma/client' +} from '../../../../../remix-ui/node_modules/@prisma/client' import { slug } from '../utils'