Skip to content

Commit

Permalink
fix: remove compile before release
Browse files Browse the repository at this point in the history
Causes working dir to not be clean
  • Loading branch information
v-stickykeys committed Feb 15, 2021
1 parent c4736f6 commit 389ab44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"release-it": {
"hooks": {
"before:init": [
"npm install",
"npm run compile"
"npm install"
]
},
"git": {
Expand Down

0 comments on commit 389ab44

Please sign in to comment.