Update package.json

This commit is contained in:
Ben Menesini
2024-05-07 19:04:48 -07:00
committed by GitHub
parent 96972ef43c
commit dfe87755f7

View File

@@ -7,7 +7,8 @@
"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",
"test": "jest"
"test": "jest",
"test-ci": "xvfb-maybe jest"
},
"author": "Max Goodhart <c@chromakode.com>",
"license": "MIT",