Skip to content

Commit

Permalink
fix: migrate dev directory filter not working (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Mar 7, 2024
2 parents 592a572 + e0616d5 commit f1fb045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ async function buildSteps(
module,
files: [resolve(module.path, "db", "schema.prisma")],
async build() {
if ('directory' in module.registry) {
if ("local" in module.registry.config) {
// Update migrations
await migrateDev(project, [module], { createOnly: false });
} else {
Expand Down

0 comments on commit f1fb045

Please sign in to comment.