add unified test gate

This commit is contained in:
Yisroel Baum 2026-08-03 19:55:57 +03:00
parent 102e5db507
commit 4241f5ba29
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 54 additions and 2 deletions

View file

@ -10,10 +10,14 @@
"build-only": "vite build",
"type-check": "vue-tsc --build",
"test:e2e": "cypress run",
"lint": "run-s \"lint:*\"",
"lint": "run-s lint:oxlint lint:eslint",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "oxfmt src/"
"lint:check": "run-s lint:oxlint:check lint:eslint:check",
"lint:oxlint:check": "oxlint .",
"lint:eslint:check": "eslint . --cache",
"format": "oxfmt src/",
"format:check": "oxfmt --check src/"
},
"dependencies": {
"pinia": "^4.0.2",