Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kwunyeung committed Sep 27, 2018
1 parent ef30dea commit 6a7eb51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.DS_Store
node_modules/
.vscode
settings.json
settings.json
output/
5 changes: 5 additions & 0 deletions build.sh
@@ -0,0 +1,5 @@
#!/bin/bash

echo "Builing for production..."
meteor build ../output/ --architecture os.linux.x86_64 --server-only

0 comments on commit 6a7eb51

Please sign in to comment.