We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07559c6 commit fa481deCopy full SHA for fa481de
package.json
@@ -11,7 +11,7 @@
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",
14
- "deploy": "now --public && now alias"
+ "deploy": "now --docker --public && now alias"
15
},
16
"license": "MIT",
17
"dependencies": {
0 commit comments