Skip to content

Commit 99f7be5

Browse files
committed
Add release script
1 parent ca707bf commit 99f7be5

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
@@ -8,7 +8,8 @@
88
"start": "node dist/server.js",
99
"build": "webpack",
1010
"watch": "webpack --watch",
11-
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js"
11+
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
12+
"release": "npm version patch && git push --follow-tags && npm publish"
1213
},
1314
"license": "MIT",
1415
"dependencies": {

0 commit comments

Comments
 (0)