Skip to content

Commit

Permalink
Add missing release npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and hv-leo committed Aug 5, 2024
1 parent af577d0 commit 15a8926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"src"
],
"scripts": {
"release": "release-it",
"start": "node --watch ./examples/petstore/app.js",
"lint": "eslint .",
"test": "vitest --coverage"
Expand Down

0 comments on commit 15a8926

Please sign in to comment.