~koehr/donatello

c2e2867b2b04c66b510fd4d9719c64ebb6989360 — Norman Köhring 7 months ago 3aa9351
add type-check script
1 files changed, 2 insertions(+), 1 deletions(-)

M package.json
M package.json => package.json +2 -1
@@ 6,7 6,8 @@
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
    "preview": "vite preview",
    "type-check": "tsc"
  },
  "devDependencies": {
    "typescript": "^5.0.0",