Skip to content

Commit

Permalink
fix(core): rename migrations key to nx-migrations
Browse files Browse the repository at this point in the history
Rename migrations key to match what Nx is expecting
  • Loading branch information
Ben Callaghan committed May 20, 2021
1 parent 3442155 commit c6993b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit c6993b9

Please sign in to comment.