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