2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Improve script/clean.

Resolve 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-15 15:03:55 -05:00
parent e9089846f5
commit a148c9da94
No known key found for this signature in database

View file

@ -3,11 +3,13 @@
# script/clean
# mas
#
# Deletes the build directory.
# Deletes the build directory & other generated files.
#
. "${0:a:h}/_setup_script"
printf $'==> 🗑 Cleaning mas %s\n' "$(script/version)"
swift package clean
swift package reset
rm -f Sources/mas/Package.swift