Skip to content

Commit 3d5e02e

Browse files
committed
chore: add utility scripts
1 parent e8dc8ad commit 3d5e02e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"test:unit": "tap test/*.test.js",
1515
"test:ts": "tsd",
1616
"lint": "standard | snazzy",
17-
"lint:ci": "standard"
17+
"lint:ci": "standard",
18+
"release": "npx standard-version"
1819
},
1920
"keywords": [
2021
"pino",

0 commit comments

Comments
 (0)