mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-08 02:35:36 -05:00
Update package.json
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"start": "npm run build -- --stats=errors-only && electron dist",
|
"start": "npm run build -- --stats=errors-only && electron dist",
|
||||||
"start-local": "npm run build -- --stats=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
|
"start-local": "npm run build -- --stats=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
|
||||||
"test": "jest"
|
"test": "jest",
|
||||||
|
"test-ci": "xvfb-maybe jest"
|
||||||
},
|
},
|
||||||
"author": "Max Goodhart <c@chromakode.com>",
|
"author": "Max Goodhart <c@chromakode.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user