Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
update archive script
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Feb 28, 2019
1 parent 5db3046 commit 1620c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/archive.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

carthage build src/ --no-skip-current
rm -rf src/Carthage
carthage build --project-directory src/ --no-skip-current
carthage archive --project-directory src/ --output .

0 comments on commit 1620c76

Please sign in to comment.