From 973b0e63c15e41191b9ce92473add6dd2b383576 Mon Sep 17 00:00:00 2001 From: PUNAMRAMPUKALE <144289922+PUNAMRAMPUKALE@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:52:26 -0800 Subject: [PATCH] Remove old "start" script from package.json (#56585) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9ba0eab8cbe..d234f875dcf 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,6 @@ "build:compiler": "hereby local", "build:tests": "hereby tests", "build:tests:notypecheck": "hereby tests --no-typecheck", - "start": "node lib/tsc", "clean": "hereby clean", "gulp": "hereby", "lint": "hereby lint",