This commit is contained in:
+5
-1
@@ -22,9 +22,11 @@
|
||||
"test:frontend:coverage": "vitest run --coverage",
|
||||
"test:auth-redis-integration": "node tools/testing/verify-auth-redis-multi-instance.mjs",
|
||||
"test:gateway": "npm run spike:gateway",
|
||||
"lint": "npm run quality:verify && node tools/quality/run-changed-code-quality.mjs lint && tsc --noEmit",
|
||||
"lint": "npm run quality:verify && node tools/quality/run-changed-code-quality.mjs lint && npm run style:check && npm run css:verify && tsc --noEmit",
|
||||
"format:check": "git diff --check && node tools/quality/run-changed-code-quality.mjs format",
|
||||
"quality:verify": "node tools/quality/verify-code-quality.mjs",
|
||||
"style:check": "stylelint \"src/**/*.css\"",
|
||||
"css:verify": "node tools/quality/verify-css-governance.mjs && node --test tools/quality/verify-css-governance.test.mjs",
|
||||
"bundle:verify": "node tools/quality/verify-bundle-budget.mjs",
|
||||
"verify:phase1": "npm run spike:contracts && npm run spike:gateway && npm run spike:bullmq && npm run prisma:generate && npm run build:api && npm run build",
|
||||
"verify:phase2": "npm run verify:phase1",
|
||||
@@ -64,6 +66,8 @@
|
||||
"jsdom": "^29.1.1",
|
||||
"msw": "^2.15.0",
|
||||
"prettier": "^3.9.6",
|
||||
"stylelint": "^16.23.1",
|
||||
"stylelint-config-standard": "^38.0.0",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.68.0",
|
||||
"vitest": "^4.1.11"
|
||||
|
||||
Reference in New Issue
Block a user