diff --git a/package.json b/package.json index 4ccce160..8742ff24 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "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 watch", - "test:no-watch": "vitest run", + "test": "vitest run", + "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", "backend": "docker-compose -f backend-docker-compose.yml up" },