mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 09:55:36 -05:00
Only build & test in CI, don't try to run it bc it won't terminate
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
"build": "webpack",
|
||||
"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-ci": "xvfb-maybe npm run build -- --stats=errors-only && xvfb-maybe electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
|
||||
"test": "jest",
|
||||
"test-ci": "xvfb-maybe jest"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user