mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add commander in dependencies instead of dev dep
This commit is contained in:
parent
2af4fa4d8b
commit
451ce9642c
4 changed files with 7 additions and 2 deletions
|
@ -53,6 +53,7 @@ zip -r "PeerTube/$zip_name" "$directory_name/CREDITS.md" "$directory_name/FAQ.md
|
|||
"$directory_name/dist" "$directory_name/package.json" \
|
||||
"$directory_name/scripts" "$directory_name/support" \
|
||||
"$directory_name/tsconfig.json" "$directory_name/yarn.lock" \
|
||||
"$directory_name/server/" \
|
||||
|| exit -1
|
||||
rm "$directory_name" || exit -1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue