From 106a8719768323164431df0bb33780b1d1df1ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A2n=20M=E1=BB=99t=20N=E1=BA=AFng?= Date: Sun, 17 Sep 2023 21:25:14 +0700 Subject: [PATCH] style: fix syntax to run with bun MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tân Một Nắng --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1a72fe198..c834f56720 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": "16 || 18" }, "scripts": { - "dev": "concurrently \"yarn start\" \"yarn start-backend\"", + "dev": "concurrently 'yarn start' 'yarn start-backend'", "start": "yarn workspace example-app start", "start-backend": "yarn workspace example-backend start", "build:backend": "yarn workspace example-backend build",