Skip to content

Commit

Permalink
Merge pull request #59 from bendemboski/fix-releasing
Browse files Browse the repository at this point in the history
Fix releasing
  • Loading branch information
bendemboski authored Mar 14, 2024
2 parents 655eb68 + f725e55 commit 7861877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"release-it": {
"hooks": {
"before:init": "cp README.md LICENSE.md packages/ember-add-listener-helper/",
"before:init": "cp README.md LICENSE.md addon/",
"after:bump": "pnpm install"
},
"plugins": {
Expand All @@ -45,7 +45,7 @@
},
"@release-it-plugins/workspaces": {
"workspaces": [
"packages/ember-add-listener-helper"
"addon"
]
}
},
Expand Down

0 comments on commit 7861877

Please sign in to comment.