From 10b92cc639a8009910217f8507a5644fe34238b8 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Fri, 7 May 2021 11:38:36 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Clean=20with=20SPM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/clean | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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