Skip to content

Commit b6b99a7

Browse files
😒 chore: Add release script.
1 parent f639467 commit b6b99a7

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
@@ -129,7 +129,8 @@
129129
"lint": "true",
130130
"prepare": "npm run build",
131131
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
132-
"travis": "npm run lint && npm run cover"
132+
"travis": "npm run lint && npm run cover",
133+
"release": "np"
133134
},
134135
"files": [
135136
"lib"

0 commit comments

Comments
 (0)