We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca707bf commit 99f7be5Copy full SHA for 99f7be5
package.json
@@ -8,7 +8,8 @@
8
"start": "node dist/server.js",
9
"build": "webpack",
10
"watch": "webpack --watch",
11
- "test": "tsc --outDir . --sourceMap false && tape tests/**/*.js"
+ "test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
12
+ "release": "npm version patch && git push --follow-tags && npm publish"
13
},
14
"license": "MIT",
15
"dependencies": {
0 commit comments