i hate vite now
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled

This commit is contained in:
2025-11-27 15:19:00 -08:00
parent 624c3d6895
commit 0f8cb221df

View File

@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"test": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
"test:coverage": "npm run clean && npm run test:unit -- --coverage --log-level=debug && npm run test:integration -- --coverage --log-level=debug",
"test:coverage": "npm run clean && npm run test:unit -- --coverage --reporter=verbose --reporter=hanging-process && npm run test:integration -- --coverage --reporter=verbose --reporter=hanging-process",
"test:unit": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vite.config.ts",
"test:integration": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",