fix: Actions
This commit is contained in:
parent
2dbadc7eab
commit
c549f51c49
5 changed files with 5 additions and 3 deletions
|
@ -21,7 +21,7 @@ const vueConfig = defineConfigWithVueTs(
|
|||
|
||||
{
|
||||
name: "app/files-to-ignore",
|
||||
ignores: ["**/dist/**", "**/dist-ssr/**", "**/coverage/**"],
|
||||
ignores: ["**/dist/**", "**/dist-ssr/**", "**/coverage/**", "prettier.config.js"],
|
||||
},
|
||||
|
||||
pluginVue.configs["flat/essential"],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"type-check": "vue-tsc --build",
|
||||
"format": "prettier --write src/",
|
||||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint ./{src,tests} --fix",
|
||||
"lint": "eslint . --fix",
|
||||
"test:unit": "vitest --run",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue