diff --git a/package.json b/package.json index efb72ef..e751b35 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "npm run services:up && npm run services:wait:database && npm run migrations:up && next dev", "test": "npm run services:up && concurrently --names next,jest --hide next -k -s command-jest \"next dev\" \"jest --runInBand --verbose\"", + "posttest": "npm run services:stop", "test:watch": "jest --watchAll --runInBand", "services:up": "docker compose -f infra/compose.yaml up -d", "services:stop": "docker compose -f infra/compose.yaml stop",