mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Quiet webpack output
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "View streams in a grid",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "webpack && electron dist",
|
||||
"start": "webpack --display=errors-only && electron dist",
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
|
||||
Reference in New Issue
Block a user