mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Improve script/clean
.
Resolve #713 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
e9089846f5
commit
a148c9da94
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue