From 3bfbe86fb4f0a5f4215e45e75fe0559c7e25df7e Mon Sep 17 00:00:00 2001 From: Peter Hudec Date: Thu, 23 May 2024 11:35:51 +0100 Subject: [PATCH] Use npm run build && npm start on CI --- docker-compose.base.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.base.yml b/docker-compose.base.yml index 9e04e364500..95731d5a44e 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -23,7 +23,6 @@ services: # Required to test Data Hub roles in e2e tests, make sure this var # doesn't exists in your .env file as the override below won't work OAUTH2_DEV_TOKEN: ${OAUTH2_DEV_TOKEN:-ditStaffToken} - command: npm run develop - + command: bash -c 'npm run build && npm start' redis: image: redis:6.2.6