chore: makefile utilities

This commit is contained in:
2025-12-20 16:09:15 +01:00
parent f324854d42
commit 6f3ac01245
3 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --cache",
"fix": "eslint . --fix --cache",
"lint-fix": "eslint . --fix --cache",
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {