mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
Ensure the build
directory is also cleaned up
This commit is contained in:
parent
d9fe427031
commit
112d8567bf
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
main() {
|
||||
rm -rf build/
|
||||
rm -rf mas.xcarchive
|
||||
rm -f mas.xcarchive.zip
|
||||
rm -f mas-cli.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue