OCD changes

This commit is contained in:
2026-01-31 11:40:34 -03:00
parent 266cd633c3
commit 203f141291

View File

@@ -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",