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:
parent
f0693c7d4f
commit
cc8f3e6a3c
3 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue