diff --git a/script/clean b/script/clean index 19b95d0..ded54c5 100755 --- a/script/clean +++ b/script/clean @@ -6,5 +6,5 @@ # Deletes the build directory. # -BUILD_DIR=.build -rm -rf ${BUILD_DIR:?} +swift package clean +swift package reset