Skip to content

Commit

Permalink
Merge pull request #26 from tlesh989/working
Browse files Browse the repository at this point in the history
chore: Update release command in package.json to include GitHub updat…
  • Loading branch information
tlesh989 authored Jun 13, 2024
2 parents bf0fd01 + 305bcd6 commit 2800930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "jest",
"lint": "eslint .",
"build": "tsc --noEmit",
"release": "release-it --ci --verbose"
"release": "release-it --ci --github.update --verbose"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 2800930

Please sign in to comment.