Skip to content

Commit

Permalink
reduce the verbosity of the HTTP server
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Jun 28, 2019
1 parent 8451a38 commit 8f7868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8f7868c

Please sign in to comment.