Skip to content

Commit fa481de

Browse files
committed
Add docker flag for deployment
1 parent 07559c6 commit fa481de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prettier": "prettier \"./src/**/*.ts\" \"./src/**/*.tsx\" --write",
1212
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
1313
"release": "npm version patch && git push --follow-tags && npm publish",
14-
"deploy": "now --public && now alias"
14+
"deploy": "now --docker --public && now alias"
1515
},
1616
"license": "MIT",
1717
"dependencies": {

0 commit comments

Comments
 (0)