Change pipeline to only check src folder
parent
1689a150
No related branches found
No related tags found
... | @@ -11,8 +11,8 @@ | ... | @@ -11,8 +11,8 @@ |
"build-only": "vite build", | "build-only": "vite build", | ||
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", | "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"format": "prettier --check .", | "format": "prettier --check src", | ||
"format:fix": "prettier --write ." | "format:fix": "prettier --write src" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@tanstack/vue-table": "^8.7.6", | "@tanstack/vue-table": "^8.7.6", | ||
... | ... |
Please register or sign in to comment