diff --git a/package.json b/package.json index 8ef32a2..187c2e2 100644 --- a/package.json +++ b/package.json @@ -7,21 +7,21 @@ "description": "mifi Ventures landing site — SvelteKit static build with critical CSS inlining", "type": "module", "scripts": { - "dev": "vite dev", "build": "vite build && node scripts/critters.mjs", - "preview": "serve dist -p 4173", + "dev": "vite dev", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "test": "vitest run", - "test:unit": "vitest run", - "test:e2e": "playwright test", - "test:all": "vitest run && playwright test", - "test:watch": "vitest", + "format": "prettier --write \"src/**/*.{ts,js,svelte,css,json}\"", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint:css": "stylelint \"src/**/*.css\" \"src/**/*.svelte\"", "lint:css:fix": "stylelint \"src/**/*.css\" \"src/**/*.svelte\" --fix", - "format": "prettier --write \"src/**/*.{ts,js,svelte,css,json}\"" + "preview": "serve dist -p 4173", + "test": "vitest run", + "test:unit": "vitest run", + "test:e2e": "playwright test", + "test:all": "vitest run && playwright test", + "test:watch": "vitest" }, "devDependencies": { "@eslint/js": "^9.39.2",