Skip to content

Commit c6993b9

Browse files
author
Ben Callaghan
committed
fix(core): rename migrations key to nx-migrations
Rename migrations key to match what Nx is expecting
1 parent 3442155 commit c6993b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bugs": {
2222
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
2323
},
24-
"nx-migrate": {
24+
"nx-migrations": {
2525
"migrations": "./migrations.json"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)