Skip to content

Commit

Permalink
fix(migrations): fix migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Mar 5, 2024
1 parent e074b76 commit baf8b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"copyfiles": "2.4.1",
"rimraf": "5.0.5"
},
"schematics": "./src/migrations.json",
"schematics": "./dist/migrations.json",
"ng-update": {
"migrations": "./src/migrations.json"
"migrations": "./dist/migrations.json"
},
"keywords": [
"schematics"
Expand Down

0 comments on commit baf8b3f

Please sign in to comment.