Skip to content

Commit df73e6c

Browse files
committed
Updated build script
1 parent 12233c3 commit df73e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/usr/bin/env bash
2+
git reset --hard HEAD
3+
git clean -fd
4+
git pull
25
swift build --configuration release

0 commit comments

Comments
 (0)