Skip to content

Commit 90c436a

Browse files
committed
release endpoint
1 parent 39d89c5 commit 90c436a

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
@@ -6,7 +6,8 @@
66
"scripts": {
77
"start": "./index.js",
88
"dev": "nodemon index.js -- --dev",
9-
"lint": "eslint ."
9+
"lint": "eslint .",
10+
"release": "npm version patch && git push && git push --tags && npm publish"
1011
},
1112
"bin": {
1213
"filedrop": "./index.js"

0 commit comments

Comments
 (0)