2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

bump actions

This commit is contained in:
Jeff Sagal
2022-02-18 16:43:32 -08:00
parent 1917c5ce60
commit 7ada608075
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test": "vitest --environment jsdom",
"coverage": "vitest run --environment jsdom --coverage",
"test:coverage": "vitest run --environment jsdom --coverage --reporter dot",
"typecheck": "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"
},