feat: add vue-tsc (#949)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/949 Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
b7207c6eaf
commit
e23f3c2570
2 changed files with 523 additions and 7 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"build:modern-only": "BUILD_MODERN_ONLY=true vite build && workbox copyLibraries dist/",
|
||||
"build:dev": "vite build -m development --outDir dist-dev/",
|
||||
"lint": "eslint --ignore-pattern '*.test.*' ./src --ext .vue,.js,.ts",
|
||||
"lint:markup": "vue-tsc --noEmit",
|
||||
"cypress:open": "cypress open",
|
||||
"test:unit": "jest",
|
||||
"test:frontend": "cypress run",
|
||||
|
|
@ -77,6 +78,7 @@
|
|||
"typescript": "4.4.4",
|
||||
"vite": "2.6.13",
|
||||
"vite-plugin-pwa": "0.11.3",
|
||||
"vue-tsc": "^0.28.10",
|
||||
"wait-on": "6.0.0",
|
||||
"workbox-cli": "6.3.0"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue