i hate vite now
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user