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\"",