We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12233c3 commit df73e6cCopy full SHA for df73e6c
build-release.sh
@@ -1,2 +1,5 @@
1
#!/usr/bin/env bash
2
+git reset --hard HEAD
3
+git clean -fd
4
+git pull
5
swift build --configuration release
0 commit comments