From 6bd0375dbdb042a74b104c1ad88dc35db9ffcefe Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Fri, 7 Dec 2018 05:36:29 -0200 Subject: [PATCH] Alias deploy command to deploy:web --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6c037fb4..e669132e 100644 --- a/package.json +++ b/package.json @@ -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\"",