add unified test gate
This commit is contained in:
parent
102e5db507
commit
4241f5ba29
2 changed files with 54 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue