Skip to content

Commit

Permalink
fix: fixed .realeaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Guerrero committed Jul 23, 2021
1 parent 54544c0 commit 67e36a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"prepareCmd": "cd dist/libs/ngrx-traits/ && npm version ${nextRelease.version}",
}],
["@semantic-release/npm",{
pkgRoot: "dist/libs/ngrx-traits"
"pkgRoot": "dist/libs/ngrx-traits"
}],
@semantic-release/github",
],
"@semantic-release/github"
]
}

0 comments on commit 67e36a3

Please sign in to comment.