From bb2814b0d7a7d8f11e8c36070752c7c8c50ac4db Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 17 Dec 2023 15:00:14 -0500 Subject: [PATCH] added docker testing script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc7d481..f9d5300 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dev-ts": "concurrently --kill-others \"npm run server-ts\" \"npm run client\"", "dev": "concurrently --kill-others \"npm run server\" \"npm run client\"", "docker-dev": "docker-compose -f docker-compose-dev.yml up --build", + "docker-test:all": "docker-compose -f docker-compose-test.yml up --abort-on-container-exit", "test:client": "cd client && npm test", "test:all": "concurrently \"npm test\" \"npm run test:client\"" },