Skip to content

Commit 0b69d37

Browse files
committedApr 24, 2020
😒 chore: Add release script.
1 parent 237a855 commit 0b69d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"cover": "nyc --reporter=lcov npm test",
7070
"test": "ava",
7171
"esdoc": "esdoc",
72-
"prepare": "npm run build"
72+
"prepare": "npm run build",
73+
"release": "np"
7374
},
7475
"files": [
7576
"lib"

0 commit comments

Comments
 (0)
Please sign in to comment.