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:
parent
d06a0bb501
commit
5688196ea7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue