Skip to content

Instantly share code, notes, and snippets.

@jamesfulford
Created March 16, 2020 03:18
Show Gist options
  • Save jamesfulford/d81773d753caa15d75153a3fd2ce2425 to your computer and use it in GitHub Desktop.
Save jamesfulford/d81773d753caa15d75153a3fd2ce2425 to your computer and use it in GitHub Desktop.
Building a GitHub.io-ready static site
#!/bin/bash
expo build:web
web_build_return_code="$?"
echo "yourwebsitehere.com" > web-build/CNAME
exit "${web_build_return_code}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment