Alias deploy command to deploy:web

This commit is contained in:
Bruno Lemos
2018-12-07 05:36:29 -02:00
parent 834fe3d681
commit 6bd0375dbd

View File

@@ -11,6 +11,7 @@
"scripts": {
"clean": "yarn workspaces run clean",
"compile": "yarn workspace @devhub/components build",
"deploy": "yarn deploy:web",
"deploy:web": "yarn workspace @devhub/web build && yarn now",
"deploy:www": "pushd packages/www; now && now alias; popd;",
"dev": "concurrently --kill-others \"yarn compile -w\" \"yarn workspace @devhub/web start\" \"yarn workspace @devhub/mobile start\"",