Skip to content

Commit 55c7d99

Browse files
committed
chore(package): add npm script to release
1 parent 3072a4a commit 55c7d99

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
@@ -10,7 +10,8 @@
1010
"typecheck": "tsc --noEmit",
1111
"prepublishOnly": "npm run build",
1212
"lint": "eslint .",
13-
"lint-staged": "lint-staged"
13+
"lint-staged": "lint-staged",
14+
"release": "vv"
1415
},
1516
"husky": {
1617
"hooks": {

0 commit comments

Comments
 (0)