aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoris2015-09-03 20:09:28 +0200
committerJoris2015-09-03 20:09:28 +0200
commitc7ca925e44c118189b6f27c40955640090f6cd20 (patch)
tree3b8ca8b822dacb3cfbe8284adf26a1d1cfa394fe /package.json
parent37d178041799aaf8113f6f5128334be7eb4bfd97 (diff)
downloadbudget-c7ca925e44c118189b6f27c40955640090f6cd20.tar.gz
budget-c7ca925e44c118189b6f27c40955640090f6cd20.tar.bz2
budget-c7ca925e44c118189b6f27c40955640090f6cd20.zip
Only elm and haskell error mesage, not npm message on bottom of that
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
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",