Simplify dev scripts (#294)

* Update scripts

* Update FE build
This commit is contained in:
Louis Knight-Webb
2025-07-20 17:45:52 +01:00
committed by GitHub
parent 2e8e9d978b
commit ee9005b260
5 changed files with 14 additions and 51 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"check": "tsc --noEmit",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 100",
"lint:fix": "eslint . --ext ts,tsx --fix",