ci(front): speedup type checking with vue-tsc by using incremental cache

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2503>
This commit is contained in:
Kasper Seweryn 2023-06-19 23:30:33 +02:00
commit cc8f3e6a3c
3 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,7 @@
"test": "vitest run",
"test:unit": "vitest run --coverage",
"lint": "eslint --cache --cache-strategy content --ext .ts,.js,.vue,.json,.html src test public/embed.html",
"lint:tsc": "vue-tsc --noEmit",
"lint:tsc": "vue-tsc --noEmit --incremental",
"fix-fomantic-css": "scripts/fix-fomantic-css.sh",
"postinstall": "yarn run fix-fomantic-css"
},