From 74aec8aa35a3f6fe815463d91bc06fd2ddd30508 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 17 Aug 2023 12:01:42 -0400 Subject: [PATCH] [ez] Add concurrently labels to yarn dev --- compiler/forget/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/forget/package.json b/compiler/forget/package.json index 5502f54147..648ac2a302 100644 --- a/compiler/forget/package.json +++ b/compiler/forget/package.json @@ -14,7 +14,7 @@ "start": "yarn workspace playground run start", "next": "yarn workspace playground run dev", "build": "yarn workspaces run build", - "dev": "concurrently --kill-others \"yarn workspace babel-plugin-react-forget run tsc --watch\" \"yarn workspace playground run dev\"", + "dev": "concurrently --kill-others -n forget,playground \"yarn workspace babel-plugin-react-forget run tsc --watch\" \"yarn workspace playground run dev\"", "test": "yarn workspaces run test", "snap": "yarn workspace babel-plugin-react-forget run snap", "snap:build": "yarn workspace snap run build"