Skip to content
Snippets Groups Projects
Commit 52143f89 authored by Artur Carvalho's avatar Artur Carvalho
Browse files

Change pipeline to only check src folder

parent 1689a150
No related branches found
No related tags found
1 merge request!1Add initial libraries
Pipeline #67833 failed
...@@ -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",
......
...@@ -15,7 +15,7 @@ const reference = ref(); ...@@ -15,7 +15,7 @@ const reference = ref();
useTippy(reference, { useTippy(reference, {
content: "Hi!", content: "Hi!",
followCursor: "horizontal", followCursor: "horizontal",
}); });
const rows = [ const rows = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment