Skip to content

Commit 7981fdb

Browse files
committed
chore: add release script
1 parent ad65608 commit 7981fdb

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
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
1515
"test": "vitest run --coverage",
1616
"lint": "eslint lib/*.{js,ts}",
17-
"pretest": "npm run lint"
17+
"pretest": "npm run lint",
18+
"release": "np"
1819
},
1920
"files": [
2021
"lib"

0 commit comments

Comments
 (0)