Skip to content

Commit b811c5b

Browse files
authored
Copy README.md and LICENSE.md to addon folder during release
1 parent 574b244 commit b811c5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"release-it": "^15.6.0"
3434
},
3535
"release-it": {
36+
"hooks": {
37+
"before:init": "cp README.md LICENSE.md addon/"
38+
},
3639
"plugins": {
3740
"@release-it-plugins/workspaces": {
3841
"publish": false

0 commit comments

Comments
 (0)