Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 18, 2022
1 parent 77b7e5c commit 691f301
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"cz": "cz",
"release": "standard-version --no-verify"
"release": "standard-version --no-verify",
"release:patch": "standard-version --no-verify --release-as patch"
},
"keywords": [
"pino",
Expand All @@ -23,6 +24,9 @@
],
"author": "David Peng <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
Expand Down

0 comments on commit 691f301

Please sign in to comment.