From ad671dec64fcf57c67f02d86f4c158fa038aba5c Mon Sep 17 00:00:00 2001 From: Sergey Kirichenko Date: Mon, 20 Nov 2023 12:04:43 +0200 Subject: [PATCH] remove extra info from scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6575e27832..9568361fa8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Landing page", "scripts": { "init": "mate-scripts init", - "start": "mate-scripts start -l", + "start": "mate-scripts start", "lint": "mate-scripts lint", "test:only": "mate-scripts test", "build": "mate-scripts build",