mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-08 12:47:48 +02:00
Resolve "lint, test and build for frontend image"
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"build": "vue-tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
||||
"format": "prettier . --write"
|
||||
"lint-no-fix": "eslint --ext .js,.vue --ignore-path .gitignore src",
|
||||
"format": "prettier . --write",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fullcalendar/core": "^6.1.9",
|
||||
@@ -38,6 +40,7 @@
|
||||
"sass-loader": "^13.3.2",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.4.12",
|
||||
"vitest": "^1.1.3",
|
||||
"vue-tsc": "^1.8.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user