Skip to content

Instantly share code, notes, and snippets.

@MBeliou
Created June 27, 2020 17:27
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 MBeliou/a11804873e16b80b18dfbf6de291cd57 to your computer and use it in GitHub Desktop.
Save MBeliou/a11804873e16b80b18dfbf6de291cd57 to your computer and use it in GitHub Desktop.
[build]
# The relative path to the directory to be published
publish = "build/web"
# Our Flutter Web build command
command = "if cd flutter; then git pull && cd ..; else git clone https://github.com/flutter/flutter.git; fi && flutter/bin/flutter config --enable-web && flutter/bin/flutter build web"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment