Skip to content

Commit

Permalink
Added auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsBaumgartner1994 committed Jan 8, 2024
1 parent 28f3650 commit 94ed638
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"clean": "rm -rf ./dist"
},
"release-it": {
"hooks": {
"before:init": ["npm run build"]
},
"git": {
"commitMessage": "[RELEASE] ${version}",
"tagName": "v${version}"
Expand Down

0 comments on commit 94ed638

Please sign in to comment.