diff --git a/packages/pn-commons/package.json b/packages/pn-commons/package.json index fc091ce8ee..9572e18256 100644 --- a/packages/pn-commons/package.json +++ b/packages/pn-commons/package.json @@ -28,7 +28,6 @@ "build": "tsc -p tsconfig.prod.json", "test": "tsc --noEmit && vitest --run", "test:fast": "vitest --run", - "test:a11y": "vitest --run --config ./vite.config.a11y.ts", "test:all": "vitest --run --config ./vite.config.all.ts", "test:coverage": "tsc --noEmit && vitest run --coverage", "lint": "eslint . -c .eslintrc.js --ext .ts,.tsx --fix", diff --git a/packages/pn-pa-webapp/package.json b/packages/pn-pa-webapp/package.json index 2928930fb0..5fb02a1925 100644 --- a/packages/pn-pa-webapp/package.json +++ b/packages/pn-pa-webapp/package.json @@ -41,7 +41,6 @@ "preview": "vite preview", "test": "tsc && vitest --run", "test:fast": "vitest --run", - "test:a11y": "vitest --run --config ./vite.config.a11y.ts", "test:all": "vitest --run --config ./vite.config.all.ts", "test:coverage": "tsc && vitest run --coverage", "lint": "eslint . -c .eslintrc.js --ext .ts,.tsx --fix", diff --git a/packages/pn-personafisica-webapp/package.json b/packages/pn-personafisica-webapp/package.json index 79ccb26917..7cebeee435 100644 --- a/packages/pn-personafisica-webapp/package.json +++ b/packages/pn-personafisica-webapp/package.json @@ -41,7 +41,6 @@ "preview": "vite preview", "test": "tsc && vitest --run", "test:fast": "vitest --run", - "test:a11y": "vitest --run --config ./vite.config.a11y.ts", "test:all": "vitest --run --config ./vite.config.all.ts", "test:coverage": "tsc && vitest run --coverage", "lint": "eslint . -c .eslintrc.js --ext .ts,.tsx --fix", diff --git a/packages/pn-personagiuridica-webapp/package.json b/packages/pn-personagiuridica-webapp/package.json index 8aec4308ed..abd62eb9e5 100644 --- a/packages/pn-personagiuridica-webapp/package.json +++ b/packages/pn-personagiuridica-webapp/package.json @@ -41,7 +41,6 @@ "preview": "vite preview", "test": "tsc && vitest --run", "test:fast": "vitest --run", - "test:a11y": "vitest --run --config ./vite.config.a11y.ts", "test:all": "vitest --run --config ./vite.config.all.ts", "test:coverage": "tsc && vitest run --coverage", "lint": "eslint . -c .eslintrc.js --ext .ts,.tsx --fix",