Skip to content

Commit

Permalink
NPM script: serve-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kucingbasah737 committed Nov 25, 2023
1 parent 6b33546 commit c6a0e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "mocha --recursive test",
"postversion": "git push && git push --tags",
"version": "auto-changelog -p --commit-url https://github.com/kucingbasah737/redirector/commit/{id} --compare-url https://github.com/kucingbasah737/redirector/compare/{from}...{to} --issue-url https://github.com/kucingbasah737/redirector/issues/{id} && git add CHANGELOG.md"
"version": "auto-changelog -p --commit-url https://github.com/kucingbasah737/redirector/commit/{id} --compare-url https://github.com/kucingbasah737/redirector/compare/{from}...{to} --issue-url https://github.com/kucingbasah737/redirector/issues/{id} && git add CHANGELOG.md",
"serve-dev": "nodemon index.js serve"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c6a0e02

Please sign in to comment.