0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

✏️ 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
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

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;