Skip to content

Commit bb3dcbd

Browse files
😒 chore: Add release script.
1 parent 2c3c15a commit bb3dcbd

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
@@ -82,7 +82,8 @@
8282
"cover": "nyc --reporter=lcov npm test",
8383
"test": "ava",
8484
"esdoc": "esdoc",
85-
"prepare": "npm run build"
85+
"prepare": "npm run build",
86+
"release": "np"
8687
},
8788
"files": [
8889
"lib"

0 commit comments

Comments
 (0)