From 3a0eec4d38cd44ea9458dc1e0b6fc48abf83376e Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Thu, 22 Nov 2018 02:14:30 -0200 Subject: [PATCH] Stop running now alias by default --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d7b8ca2..9c647060 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "scripts": { "build": "yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && yarn workspace web build", "clean": "yarn workspaces run clean", - "deploy": "yarn build && yarn now && yarn now alias", - "dev": "yarn clean && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && concurrently --kill-others \"yarn workspace shared-core build -W\" \"yarn workspace shared-components build -W\" \"yarn workspace server build -W\" \"yarn workspace web start\" \"yarn workspace mobile start\"", + "deploy": "yarn build && yarn now", + "dev": "yarn clean && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && concurrently --kill-others \"yarn workspace shared-core build -w\" \"yarn workspace shared-components build -w\" \"yarn workspace server build -w\" \"yarn workspace web start\" \"yarn workspace mobile start\"", "format": "yarn workspaces run format", "lint": "yarn workspaces run lint", "now": "npx now",