From 00afa9491f28a0f0b4d6b1ba6ca881435e474032 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 31 Jan 2026 11:40:34 -0300 Subject: [PATCH] OCD changes --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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",