mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Merge PR #476: не гонять tsc при docker-сборке
tsc в vite-проекте ничего не эмитит (noEmit) — только тип-гейт, который уже стоит в CI и в самом docker-воркфлоу (build-and-push: needs: lint). build:docker = vite build; npm run build с tsc сохранён для людей и CI. ~10s с каждой сборки образа. Спасибо @kewldan.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"build:docker": "vite build",
|
||||
"lint": "biome lint .",
|
||||
"lint:fix": "biome lint --write .",
|
||||
"format": "biome format --write .",
|
||||
|
||||
Reference in New Issue
Block a user