Skip to content

Commit 6bbd751

Browse files
committed
feat: add prisma schema and migrations to rebuild triggers
Ensures branch switches with schema changes re-run the install step and apply migrations automatically.
1 parent 1d17878 commit 6bbd751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ backend = "hot"
7676
zoekt = "none"
7777

7878
[assign.rebuild_triggers]
79-
web = ["package.json", "yarn.lock"]
80-
backend = ["package.json", "yarn.lock"]
79+
web = ["package.json", "yarn.lock", "packages/db/prisma/schema.prisma", "packages/db/prisma/migrations"]
80+
backend = ["package.json", "yarn.lock", "packages/db/prisma/schema.prisma", "packages/db/prisma/migrations"]
8181
zoekt = ["vendor/zoekt"]

0 commit comments

Comments
 (0)