Skip to content

Commit ea2e60a

Browse files
😒 chore: Add release script.
1 parent 688f132 commit ea2e60a

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
@@ -27,7 +27,8 @@
2727
"test": "ava",
2828
"esdoc": "esdoc",
2929
"prepare": "npm run build",
30-
"cover": "nyc --reporter=lcov npm test"
30+
"cover": "nyc --reporter=lcov npm test",
31+
"release": "np"
3132
},
3233
"author": "aureooms",
3334
"devDependencies": {

0 commit comments

Comments
 (0)