Last active
May 22, 2017 19:39
-
-
Save cryptoquick/708e275e7ac8b93981601399ba593e45 to your computer and use it in GitHub Desktop.
meteor build script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Meteor Build | |
mkdir -p ../app-build | |
meteor build ../app-build --architecture os.linux.x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment