From da0d1d21ea4cb91e701b83c93bbd82deb35cad25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Tue, 21 Apr 2026 07:40:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E6=97=A0=E6=95=88?= =?UTF-8?q?=E7=9A=84=20npm=20=E8=84=9A=E6=9C=AC=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package.json b/package.json index 3d47621..2256fad 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,8 @@ "coverage:report": "open coverage/lcov-report/index.html", "test:e2e": "cd e2e && npm test", "test:smoke": "cd e2e && npx playwright test --grep @smoke", - "test:performance": "k6 run tests/performance/load-test.js", - "test:stress": "k6 run tests/performance/stress-test.js", "check:contrast": "tsx scripts/utils/check-color-contrast.ts", "check:headings": "tsx scripts/utils/check-heading-hierarchy.ts", - "audit:performance": "node scripts/performance-audit.js", - "audit:seo": "node scripts/seo-check.js", - "audit:accessibility": "node scripts/accessibility-test.js", - "audit:forms": "node scripts/form-validation.js", - "audit:all": "./scripts/run-all-tests.sh", - "report:generate": "node scripts/generate-test-report.js", "lighthouse": "lhci autorun", "lighthouse:collect": "lhci collect", "lighthouse:assert": "lhci assert", @@ -34,7 +26,6 @@ "lighthouse:mobile": "lhci autorun --settings.preset=mobile", "deploy:cdn": "bash scripts/deploy-cdn.sh", "deploy:cdn:refresh": "bash scripts/refresh-cdn.sh", - "clean:tests": "bash scripts/maintenance/clean-test-files.sh", "prepare": "husky" }, "dependencies": {