Skip to content

Commit 3df8e74

Browse files
committed
Fix CI
1 parent 042a74c commit 3df8e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo -e "${BLUE}❯ ${GREEN}Building Frontend Complete${RESET}"
4242

4343
# to avoid CRA ejection, just copy these build files over to embed in the backend
4444
rm -rf ${BACKEND_ASSETS}
45-
cp -pr frontend/build "${BACKEND_ASSETS}"
45+
cp -pr frontend/dist "${BACKEND_ASSETS}"
4646
echo -e "${BLUE}${GREEN}Copied build to ${BACKEND_ASSETS}${RESET}"
4747

4848
rm -rf frontend/node_modules

0 commit comments

Comments
 (0)