diff --git a/apps/main/package.json b/apps/main/package.json index f5b668a..b92f628 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -8,10 +8,7 @@ "build": "vite build", "clean": "rm -rf .svelte-kit .turbo build node_modules vite.config.ts.timestamp-*", "preview": "vite preview", - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "lint": "eslint .", - "format": "prettier --plugin-search-dir . --write ." + "lint": "eslint ." }, "devDependencies": { "@developomp-site/eslint-config": "workspace:*",