mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🐛 Fix typo in manage.sh
This commit is contained in:
parent
0c717c579b
commit
4a655c863a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ function build-backend-bundle {
|
|||
mv ./backend/target/dist $bundle_dir;
|
||||
echo $version > $bundle_dir/version.txt;
|
||||
put-license-file $bundle_dir;
|
||||
echo ">> bundle frontend end";
|
||||
echo ">> bundle backend end";
|
||||
}
|
||||
|
||||
function build-exporter-bundle {
|
||||
|
|
Loading…
Reference in a new issue