From 8f7868c74b5ec9d1363b396eec6cd69ddc13a935 Mon Sep 17 00:00:00 2001 From: Marcin Warpechowski Date: Fri, 28 Jun 2019 16:32:13 +0200 Subject: [PATCH] reduce the verbosity of the HTTP server --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91bc865c..5544f6fc 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tsc": "tsc", "version": "tsc && webpack && git add -A", "build": "tsc && webpack", - "serve": "http-server -p 5000", + "serve": "http-server -p 5000 --silent", "tsc-watch": "tsc -w", "test": "npm run tsc && npm run test-core && npm run test-duplex", "test-sauce": "npm run build && node test/Sauce/Runner.js",