Update test commands
parent
6e9a844032
commit
a369b553eb
|
@ -19,7 +19,8 @@
|
|||
"security:check": "npm audit --production --audit-level high",
|
||||
"format": "prettier --write \"**/*.{js,vue,d.ts}\"",
|
||||
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
|
||||
"test:unit": "vitest",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest watch",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
||||
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
|
||||
|
|
Loading…
Reference in New Issue