diff --git a/package.json b/package.json index 24a3d41c..caad6b09 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "lint:types": "tsc", "i18n": "node_modules/i18next-parser/bin/cli.js", "i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update", - "test": "vitest run", - "test:watch": "vitest watch", + "test": "vitest", "test:coverage": "vitest run --coverage", "backend": "docker-compose -f backend-docker-compose.yml up" },