✏️ Fix typo

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot
2019-06-23 21:30:16 +02:00
parent d06a0bb501
commit 5688196ea7

View File

@@ -138,7 +138,7 @@ function build-release-backend-local {
# --exclude="/scripts" \ # --exclude="/scripts" \
# --exclude="/.*" \ # --exclude="/.*" \
# backend/ backend/dist/; # backend/ backend/dist/;
}# }
function build-release-backend { function build-release-backend {
build-release-backend-local || exit 1; build-release-backend-local || exit 1;