fix: npm commandos
This commit is contained in:
parent
5d312d8c29
commit
e55b96bc08
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
"type-check": "vue-tsc --build",
|
||||
"format": "prettier --write src/",
|
||||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint . --fix",
|
||||
"lint": "eslint ./{src,tests} --fix",
|
||||
"test:unit": "vitest --run",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue