Skip to content

Commit

Permalink
build(npm): update rc command
Browse files Browse the repository at this point in the history
update rc to use standard-version for versioning
  • Loading branch information
web-mech committed Aug 18, 2024
1 parent afc09cb commit 2091a52
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 @@ -23,7 +23,7 @@
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
"prepublishOnly": "tsc",
"prepare": "husky && tsc",
"rc": "standard-version --prerelease",
"rc": "standard-version --prerelease && git push --follow-tags && npm publish",
"release": "standard-version && git push --follow-tags && npm publish",
"test": "ava",
"typedoc": "typedoc --out docs ./src/badwords.ts"
Expand Down

0 comments on commit 2091a52

Please sign in to comment.