Skip to content

Instantly share code, notes, and snippets.

@cryptoquick
Last active May 22, 2017 19:39
Show Gist options
  • Save cryptoquick/708e275e7ac8b93981601399ba593e45 to your computer and use it in GitHub Desktop.
Save cryptoquick/708e275e7ac8b93981601399ba593e45 to your computer and use it in GitHub Desktop.
meteor build script
#! /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