Skip to content

Commit

Permalink
fix(data-collection): ensure remix-ui can seed db
Browse files Browse the repository at this point in the history
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: c61743b ("fix: correctly reference seeding scripts")
  • Loading branch information
nicholaschiang committed Nov 23, 2024
1 parent b6e9896 commit 802d9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-collection/scripts/node/save/shows/hermes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Level,
Tier,
SeasonName,
} from '@prisma/client'
} from '../../../../../remix-ui/node_modules/@prisma/client'

import { slug } from '../utils'

Expand Down

0 comments on commit 802d9af

Please sign in to comment.