mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix CI
This commit is contained in:
parent
042a74cc21
commit
3df8e74bc8
@ -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
|
# to avoid CRA ejection, just copy these build files over to embed in the backend
|
||||||
rm -rf ${BACKEND_ASSETS}
|
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}"
|
echo -e "${BLUE}❯ ${GREEN}Copied build to ${BACKEND_ASSETS}${RESET}"
|
||||||
|
|
||||||
rm -rf frontend/node_modules
|
rm -rf frontend/node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user