From 897a8a8cb9d035ef1e8ec1f11de6766df89db76d Mon Sep 17 00:00:00 2001 From: Matt Gardner Date: Fri, 7 Aug 2020 20:07:14 -0400 Subject: [PATCH] Remove unused start-server script (#958) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index bcca6be46..ab8e097da 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ "prepublish": "run-s build build-min", "watch": "rollup -c --watch", "watch-bench": "rollup -c bench/rollup.config.js --watch", - "start-server": "st --no-cache -H 0.0.0.0 --port 9967 --index index.html .", - "start": "run-p build-token watch watch-bench start-server" + "start": "run-p build-token watch watch-bench" }, "repository": { "type": "git",