Skip to content

Instantly share code, notes, and snippets.

@rymcol
Created August 17, 2016 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rymcol/79c08c38df20f38955dd3e651fdf7ddd to your computer and use it in GitHub Desktop.
Save rymcol/79c08c38df20f38955dd3e651fdf7ddd to your computer and use it in GitHub Desktop.
Fish Function (alias) for Rebuilding Swift Projects Including Fresh Dependency Pulls
function cleanbuild
swift build --clean=dist; and swift build
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment