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 653fd19 commit 03d3127Copy full SHA for 03d3127
package.json
@@ -10,7 +10,8 @@
10
"watch": "webpack --mode development --watch",
11
"prettier": "prettier \"./src/**/*.ts\" \"./src/**/*.tsx\" --write",
12
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
13
- "release": "npm version patch && git push --follow-tags && npm publish"
+ "release": "npm version patch && git push --follow-tags && npm publish",
14
+ "deploy": "now --public && now alias"
15
},
16
"license": "MIT",
17
"dependencies": {
0 commit comments