From 43ee8f3b857829ae8ece702d2f5db3cb8f988450 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 29 May 2020 16:23:48 +0000 Subject: [PATCH] Pass in `production` flag when installing shards --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df5537a..4a075b5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ static: uglify | libs crystal build src/mango.cr --release --progress --static libs: - shards install + shards install --production run: crystal run src/mango.cr --error-trace