fix test script and video capture

This commit is contained in:
Björn Dalfors
2024-04-06 21:20:40 +02:00
parent bb964aba20
commit 613d0d7178
9 changed files with 218 additions and 215 deletions

View File

@@ -16,9 +16,11 @@
"dev:app": "cd app && npm run dev",
"dev:electron": "tsc && electron . --development",
"lint": "npm-run-all --parallel lint:prettier lint:tslint",
"lint:fix": "npm-run-all lint:tslint:fix lint:prettier:fix",
"lint:prettier": "prettier --check \"**/*.ts{x,}\"",
"lint:prettier:fix": "prettier --write \"**/*.ts{x,}\"",
"lint:tslint": "tslint -p ./",
"lint:tslint:fix": "tslint -p ./ --fix",
"lint:spellcheck": "cspell -e ./build -e \"node_modules\" \"**/*.ts{x,}\"",
"build": "tsc && cd app && yarn run build && cd ..",
"prepare-release": "ts-node scripts/prepare-release.ts",
@@ -88,13 +90,13 @@
"builder-util-runtime": "^9",
"chai": "^4.2.0",
"cspell": "^4.0.28",
"electron": "29.1.1",
"electron": "29.2.0",
"electron-builder": "^24.13.3",
"mocha": "^10.4.0",
"mustache": "4",
"npm-run-all": "^4.1.5",
"nyc": "15",
"playwright": "^1.42.1",
"playwright": "^1.43.0",
"prettier": "^3.2.5",
"redux-thunk": "^2.3.0",
"source-map-support": "^0.5.9",
@@ -122,4 +124,4 @@
"uuid": "^8.3.2",
"yarn-run-all": "^3.1.1"
}
}
}