From 3df8e74bc8d9b9c2cfb4ed6fbf4618ce2913fbeb Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 20 Jul 2023 16:25:08 +1000 Subject: [PATCH] Fix CI --- scripts/ci/build-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build-frontend b/scripts/ci/build-frontend index a30fd92d..825a3606 100755 --- a/scripts/ci/build-frontend +++ b/scripts/ci/build-frontend @@ -42,7 +42,7 @@ echo -e "${BLUE}❯ ${GREEN}Building Frontend Complete${RESET}" # to avoid CRA ejection, just copy these build files over to embed in the backend rm -rf ${BACKEND_ASSETS} -cp -pr frontend/build "${BACKEND_ASSETS}" +cp -pr frontend/dist "${BACKEND_ASSETS}" echo -e "${BLUE}❯ ${GREEN}Copied build to ${BACKEND_ASSETS}${RESET}" rm -rf frontend/node_modules