From c7ca925e44c118189b6f27c40955640090f6cd20 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 3 Sep 2015 20:09:28 +0200 Subject: Only elm and haskell error mesage, not npm message on bottom of that --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ad80280..a44c384 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ }, "scripts": { "watch": "npm run watch-server & npm run watch-client", - "watch-server": "watch 'npm run build-and-launch-server' src/server", - "watch-client": "watch 'npm run build-client' src/client", + "watch-server": "watch 'npm run build-and-launch-server --silent' src/server", + "watch-client": "watch 'npm run build-client --silent' src/client", "build": "npm run build-server && npm run build-client", "build-server": "cabal build", -- cgit v1.2.3