Skip to content

Commit

Permalink
fix: 배포 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Aug 16, 2021
1 parent 369808d commit cbf557b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module.exports = {
branches: [
{
"name": "master"
"name": "main"
},
{
"name": "beta",
Expand Down Expand Up @@ -34,12 +34,12 @@ module.exports = {
}],
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "./ui-kit/dist"
"pkgRoot": "./dist"
}],
[
"@semantic-release/exec",
{
"prepareCmd": "yarn workspace @lubycon/ui-kit copy-version",
"prepareCmd": "yarn copy-version",
}
],
"@semantic-release/github"
Expand Down

0 comments on commit cbf557b

Please sign in to comment.