Merge pull request #245 from Pouzor/feat/standalone-multi-canvas

build: typecheck with tsc -b to match the production build
This commit is contained in:
Rémy
2026-06-30 14:45:36 +02:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"typecheck": "tsc -b",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",