We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a74c commit 3df8e74Copy full SHA for 3df8e74
scripts/ci/build-frontend
@@ -42,7 +42,7 @@ echo -e "${BLUE}❯ ${GREEN}Building Frontend Complete${RESET}"
42
43
# to avoid CRA ejection, just copy these build files over to embed in the backend
44
rm -rf ${BACKEND_ASSETS}
45
-cp -pr frontend/build "${BACKEND_ASSETS}"
+cp -pr frontend/dist "${BACKEND_ASSETS}"
46
echo -e "${BLUE}❯ ${GREEN}Copied build to ${BACKEND_ASSETS}${RESET}"
47
48
rm -rf frontend/node_modules
0 commit comments