Maybe fix up GHA workflow

This commit is contained in:
sayhiben
2024-05-18 22:35:18 -07:00
parent 614426b1ee
commit 495b7d3d7e

View File

@@ -7,9 +7,9 @@
"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-full": "jest",
"test-unit": "jest --testPathIgnorePatterns=src/node/server.test.js", "test": "jest --testPathIgnorePatterns=src/node/server.test.js",
"test-unit-coverage": "jest --coverage --testPathIgnorePatterns=src/node/server.test.js" "coverage": "jest --coverage --testPathIgnorePatterns=src/node/server.test.js"
}, },
"author": "Max Goodhart <c@chromakode.com>", "author": "Max Goodhart <c@chromakode.com>",
"license": "MIT", "license": "MIT",