Move regression tests to private repository
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:55:29 +02:00
parent f88cfd73e6
commit 2810ff8d98
78 changed files with 11 additions and 24101 deletions
+1 -3
View File
@@ -6,9 +6,7 @@
"scripts": {
"start": "electron .",
"dev": "node scripts/dev-runner.cjs",
"test": "node --test tests/*.test.js tests/ui-smoke.js",
"test:backup-api": "npm --prefix services/backup-api test",
"verify": "npm run lint && npm test && npm run test:backup-api && npm audit --omit=dev",
"verify": "npm run lint && npm audit --omit=dev",
"lint": "eslint .",
"dist": "electron-builder --publish never --win",
"release:win": "electron-builder --publish never --win nsis portable"