Skip to content

Commit 03d3127

Browse files
committed
Add deploy script
1 parent 653fd19 commit 03d3127

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
@@ -10,7 +10,8 @@
1010
"watch": "webpack --mode development --watch",
1111
"prettier": "prettier \"./src/**/*.ts\" \"./src/**/*.tsx\" --write",
1212
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
13-
"release": "npm version patch && git push --follow-tags && npm publish"
13+
"release": "npm version patch && git push --follow-tags && npm publish",
14+
"deploy": "now --public && now alias"
1415
},
1516
"license": "MIT",
1617
"dependencies": {

0 commit comments

Comments
 (0)