From c6993b96207b06e7d0ec8a6b252d19a5670ed0fd Mon Sep 17 00:00:00 2001 From: Ben Callaghan Date: Thu, 20 May 2021 11:06:25 -0600 Subject: [PATCH] fix(core): rename migrations key to nx-migrations Rename migrations key to match what Nx is expecting --- packages/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 00972124..21ed0b3c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -21,7 +21,7 @@ "bugs": { "url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+" }, - "nx-migrate": { + "nx-migrations": { "migrations": "./migrations.json" } -} \ No newline at end of file +}