|
@@ -23,7 +23,7 @@
|
|
|
"watch:themes": "pnpm run dev:themes -w --emptyOutDir=false",
|
|
"watch:themes": "pnpm run dev:themes -w --emptyOutDir=false",
|
|
|
"lint:biome": "biome check",
|
|
"lint:biome": "biome check",
|
|
|
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
|
- "lint:typecheck": "vue-tsc --noEmit",
|
|
|
|
|
|
|
+ "lint:typecheck": "tsgo --noEmit",
|
|
|
"lint": "run-p lint:*",
|
|
"lint": "run-p lint:*",
|
|
|
"preview": "vite preview"
|
|
"preview": "vite preview"
|
|
|
},
|
|
},
|